svn-id: r46475
This commit is contained in:
Max Horn 2009-12-22 00:15:54 +00:00
parent be67479aef
commit 958f197b42

View File

@ -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