We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b2580 commit 13b774eCopy full SHA for 13b774e
.bazelrc
@@ -1 +1,7 @@
1
-import %workspace%/tools/bazel.rc
+build -c opt
2
+# build -c dbg
3
+build --copt='-std=c++1z'
4
+# build --copt='-g'
5
+build --copt='-fno-stack-protector'
6
+# build -c opt --copt='-fsanitize=address,undefined' --linkopt='-fsanitize=address,undefined'
7
+# build -c opt --copt='-fsanitize=thread' --linkopt='-fsanitize=thread'
tools/bazel.rc
0 commit comments