mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Default to the portable version of blst (#12720)
* Default to the portable version of blst * Update based on review comments --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
4
third_party/blst/blst.BUILD
vendored
4
third_party/blst/blst.BUILD
vendored
@@ -23,7 +23,7 @@ go_library(
|
||||
"-D__BLST_CGO__",
|
||||
"-Ibindings",
|
||||
"-Isrc",
|
||||
"-O",
|
||||
"-O2",
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:amd64": [
|
||||
"-mno-avx",
|
||||
@@ -86,7 +86,7 @@ cc_library(
|
||||
"build/assembly.S",
|
||||
],
|
||||
copts = [
|
||||
"-O",
|
||||
"-O2",
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:amd64": [
|
||||
"-mno-avx",
|
||||
|
||||
Reference in New Issue
Block a user