mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
typo
svn-id: r46475
This commit is contained in:
parent
be67479aef
commit
958f197b42
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ifeq "$(HAVE_GCC)" "1"
|
||||
# being helpful.
|
||||
#CXXFLAGS+= -Wmissing-format-attribute
|
||||
|
||||
# Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
|
||||
# Disable RTTI and exceptions, and enable checking of pointers returned by "new"
|
||||
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
|
||||
|
||||
# There is a nice extra warning that flags variables that are potentially
|
||||
|
Loading…
x
Reference in New Issue
Block a user