[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

Stephan Bergmann sbergman at redhat.com
Thu May 22 05:19:17 PDT 2014


 compilerplugins/Makefile-clang.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5db9861383f054c6e2018c0e90d31ee1c89b25b4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 22 14:18:51 2014 +0200

    Filter out all -fsanitize= args when building compilerplugins
    
    Change-Id: Ic809ddad81608f107749498c1432606403ee2314

diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index 8f8311b..bed75ce 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -11,7 +11,7 @@
 CLANG_COMMA :=,
 
 # 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)
 CLANGCXXFLAGS=-O2 -Wall -Wextra -g


More information about the Libreoffice-commits mailing list