mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
BUILD: Remove -Wglobal-constructors from Makefile
It's already handled by configure
This commit is contained in:
parent
01b7a2c774
commit
0831813461
4
Makefile
4
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 #
|
||||
#######################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user