[Scummvm-cvs-logs] SF.net SVN: scummvm: [30980] tools/trunk/Makefile
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Tue Feb 26 22:36:40 CET 2008
Revision: 30980
http://scummvm.svn.sourceforge.net/scummvm/?rev=30980&view=rev
Author: drmccoy
Date: 2008-02-26 13:36:39 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
Removing -fno-rtti from the flags, because the tools GUI uses dynamic_cast
Modified Paths:
--------------
tools/trunk/Makefile
Modified: tools/trunk/Makefile
===================================================================
--- tools/trunk/Makefile 2008-02-26 20:54:02 UTC (rev 30979)
+++ tools/trunk/Makefile 2008-02-26 21:36:39 UTC (rev 30980)
@@ -30,8 +30,8 @@
CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wconversion
CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wwrite-strings
-# Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
-CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
+# Disable exceptions, and enabled checking of pointers returned by "new"
+CXXFLAGS+= -fno-exceptions -fcheck-new
#######################################################################
# Default commands - put the necessary replacements in config.mk #
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list