Skip to content

Commit

Permalink
Re-add accidentally removed clang-asan config.
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sobon <[email protected]>
  • Loading branch information
mum4k committed Dec 3, 2024
1 parent 0160e24 commit ce4cbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ build:clang-asan-common --linkopt --rtlib=compiler-rt
build:clang-asan-common --linkopt --unwindlib=libgcc

build:clang-asan --config=clang-asan-common
build:clang-asan --linkopt='-L/opt/llvm/lib/clang/14.0.0/lib/x86_64-unknown-linux-gnu' # unique
build:clang-asan --linkopt=-l:libclang_rt.ubsan_standalone.a
build:clang-asan --linkopt=-l:libclang_rt.ubsan_standalone_cxx.a
build:clang-asan --action_env=ENVOY_UBSAN_VPTR=1
Expand Down

0 comments on commit ce4cbc5

Please sign in to comment.