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 db8f471 commit 938c331Copy full SHA for 938c331
src/.bazelrc
@@ -1,3 +1,12 @@
1
# Enable Bzlmod for every Bazel command
2
common --enable_bzlmod
3
-common --cxxopt=-std=c++20
+common --cxxopt=-std=c++20
4
+
5
+build:asan --strip=never
6
+build:asan --copt -fsanitize=address
7
+build:asan --copt -DADDRESS_SANITIZER
8
+build:asan --copt -D_GLIBCXX_SANITIZE_VECTOR
9
+build:asan --copt -O1
10
+build:asan --copt -g
11
+build:asan --copt -fno-omit-frame-pointer
12
+build:asan --linkopt -fsanitize=address
0 commit comments