compilerplugins/Makefile-clang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c149c6cc3077a8ca4be4959ad327055264bc854f Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri May 9 16:35:23 2014 +0200 compilerplugins/clang: filter out -fsanitize=address Change-Id: I3e78bd86c8010124a2d006f288095aac26e60797 diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk index 2c57f40..a5e6a15 100644 --- a/compilerplugins/Makefile-clang.mk +++ b/compilerplugins/Makefile-clang.mk @@ -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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits