Skip to content

Commit

Permalink
update .bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 12, 2024
1 parent 219b0a6 commit fd71f2e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ build:windows --enable_runfiles
# build --subcommands=pretty_print

# Print test logs for failed tests.
test --test_output=errors
test --test_output=errors --test_timeout_filters=-eternal

# Put user-specific options in .bazelrc.user
try-import %workspace%/.bazelrc.user

# asan
build:asan --strip=never
build:asan --copt -fsanitize=address
build:asan --copt -DADDRESS_SANITIZER
build:asan --copt -O1
build:asan --copt -g
build:asan --copt -fno-omit-frame-pointer
build:asan --linkopt -fsanitize=address

0 comments on commit fd71f2e

Please sign in to comment.