Merge pull request #457 from haberman/fix-main

Removed the explicit define of __SANITIZE_ADDRESS__.
pull/13171/head
Joshua Haberman 3 years ago committed by GitHub
commit 34a3f12d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .bazelrc

@ -6,7 +6,7 @@ build --extra_toolchains=@system_python//:python_toolchain
# Use our custom-configured c++ toolchain.
build:m32 --copt=-m32 --linkopt=-m32
build:asan --copt=-fsanitize=address --linkopt=-fsanitize=address --copt=-D__SANITIZE_ADDRESS__=1
build:asan --copt=-fsanitize=address --linkopt=-fsanitize=address
# For Valgrind, we have to disable checks of "possible" leaks because the Python
# interpreter does the sorts of things that flag Valgrind "possible" leak checks.

Loading…
Cancel
Save