We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220006f commit da5cc0fCopy full SHA for da5cc0f
1 file changed
src/BUILD
@@ -27,21 +27,19 @@ OPT_COPTS = select({
27
"//conditions:default": [
28
"-Ofast",
29
"-fno-fast-math",
30
- "-march=native",
31
],
32
":debug": ["-Og"],
33
}) + select({
34
"//conditions:default": ["-std=c++20"],
35
36
- "@platforms//os:macos": ["-mmacosx-version-min=10.15"],
37
- "//conditions:default": [],
+ "@platforms//os:macos": ["-mmacosx-version-min=10.15",],
+ "//conditions:default": ["-march=native",],
38
})
39
40
OPT_LINKOPTS = select({
41
42
43
44
45
46
":debug": [],
47
}) + [
0 commit comments