Skip to content

Commit

Permalink
[nfc] restore asan debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea committed Nov 4, 2024
1 parent d063be1 commit 23fbadc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ build:ci-linux-debug --config=ci-linux-common --config=ci-limit-storage
build:ci-linux-debug --config=debug --config=rust-debug

build:ci-linux-asan --config=ci-linux-common --config=ci-limit-storage
# we're really struggling to fit asan build into worker disk size
# having asan without symbols is better than none
build:ci-linux-asan --config=asan --copt="-g0" --strip=always
build:ci-linux-asan --config=asan


# Unlike the bazel Unix toolchain the macOS toolchain sets "-O0 -DDEBUG" for fastbuild by
Expand Down

0 comments on commit 23fbadc

Please sign in to comment.