diff options
author | dhewg | 2011-03-29 20:29:43 +0200 |
---|---|---|
committer | dhewg | 2011-03-29 21:56:39 +0200 |
commit | 08318134618ab00ac204e56be9148056a87b2aa5 (patch) | |
tree | 478fc9276cbaeed8b6decff6002b5c891a9ea8fe /Makefile | |
parent | 01b7a2c774cdda3dd0640c37cc41124e4c80743d (diff) | |
download | scummvm-rg350-08318134618ab00ac204e56be9148056a87b2aa5.tar.gz scummvm-rg350-08318134618ab00ac204e56be9148056a87b2aa5.tar.bz2 scummvm-rg350-08318134618ab00ac204e56be9148056a87b2aa5.zip |
BUILD: Remove -Wglobal-constructors from Makefile
It's already handled by configure
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 # ####################################################################### |