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

compilerplugins/clang: filter out -fsanitize=address

Change-Id: I3e78bd86c8010124a2d006f288095aac26e60797
üst 2c9d68ff
......@@ -11,7 +11,7 @@
CLANG_COMMA :=,
# You may occassionally want to override some of these
CLANGCXX=$(filter-out -m32 -m64,$(CXX))
CLANGCXX=$(filter-out -m32 -m64 -fsanitize=address,$(CXX))
# Compile flags ('make CLANGCXXFLAGS=-g' if you need to debug the plugin)
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