We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94992d commit 64e20ffCopy full SHA for 64e20ff
1 file changed
src/BUILD
@@ -27,7 +27,6 @@ OPT_COPTS = select({
27
"//conditions:default": [
28
"-Ofast",
29
"-fno-fast-math",
30
- "-flto",
31
"-march=native",
32
],
33
":debug": ["-Og"],
@@ -42,7 +41,6 @@ OPT_LINKOPTS = select({
42
41
43
44
45
46
47
48
":debug": [],
@@ -141,6 +139,7 @@ cc_test(
141
139
cc_test(
142
140
name = "common_tests",
143
srcs = ["common.test.cc"],
+ linkstatic = True,
144
deps = [
145
":libcommon",
146
"@gtest",
0 commit comments