Kaydet (Commit) 5db98613 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Filter out all -fsanitize= args when building compilerplugins

Change-Id: Ic809ddad81608f107749498c1432606403ee2314
üst ace815b4
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
CLANG_COMMA :=, CLANG_COMMA :=,
# You may occasionally want to override some of these # You may occasionally want to override some of these
CLANGCXX=$(filter-out -m32 -m64 -fsanitize=address,$(CXX)) CLANGCXX=$(filter-out -m32 -m64 -fsanitize=%,$(CXX))
# Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin) # Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin)
CLANGCXXFLAGS=-O2 -Wall -Wextra -g CLANGCXXFLAGS=-O2 -Wall -Wextra -g
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment