Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUILD: Remove -Wglobal-constructors from Makefile
It's already handled by configure
  • Loading branch information
dhewg committed Mar 29, 2011
1 parent 01b7a2c commit 0831813
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -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 #
#######################################################################
Expand Down

0 comments on commit 0831813

Please sign in to comment.