Skip to content

Commit

Permalink
Add linker flags to cland-asan (envoyproxy#17773)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>
  • Loading branch information
Augustyniak authored Aug 19, 2021
1 parent c74cebb commit 663e662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ build:asan --copt -fno-optimize-sibling-calls
# Clang ASAN/UBSAN
build:clang-asan --config=asan
build:clang-asan --linkopt -fuse-ld=lld
build:clang-asan --linkopt --rtlib=compiler-rt
build:clang-asan --linkopt --unwindlib=libgcc

# macOS ASAN/UBSAN
build:macos --cxxopt=-std=c++17
Expand Down

0 comments on commit 663e662

Please sign in to comment.