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:
Justin Traglia
2023-09-29 15:35:15 -05:00
committed by GitHub
parent fb19ee8895
commit b667c68c87
3 changed files with 7 additions and 7 deletions

View File

@@ -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",