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

Stephan Bergmann sbergman at redhat.com
Fri May 9 07:36:10 PDT 2014


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

New commits:
commit c149c6cc3077a8ca4be4959ad327055264bc854f
Author: Stephan Bergmann <sbergman at 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


More information about the Libreoffice-commits mailing list