From 08318134618ab00ac204e56be9148056a87b2aa5 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 29 Mar 2011 20:29:43 +0200 Subject: BUILD: Remove -Wglobal-constructors from Makefile It's already handled by configure --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c1206ae32..3af2d24f8a 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,6 @@ ifeq "$(HAVE_ICC)" "1" CXXFLAGS+= -diag-disable 161,1899 endif -# Warn if global constructors are used. Only available in GCC with LLVM backend -# (and maybe clang?), hence off by default. -#CXXFLAGS+= -Wglobal-constructors - ####################################################################### # Default commands - put the necessary replacements in config.mk # ####################################################################### -- cgit v1.2.3