[Scummvm-cvs-logs] SF.net SVN: scummvm:[44365] tools/branches/gsoc2009-gui/Makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Sep 25 21:27:55 CEST 2009


Revision: 44365
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44365&view=rev
Author:   fingolfin
Date:     2009-09-25 19:27:55 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
Don't optimize tools by default

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/Makefile

Modified: tools/branches/gsoc2009-gui/Makefile
===================================================================
--- tools/branches/gsoc2009-gui/Makefile	2009-09-25 19:15:01 UTC (rev 44364)
+++ tools/branches/gsoc2009-gui/Makefile	2009-09-25 19:27:55 UTC (rev 44365)
@@ -22,7 +22,7 @@
 # manually create a config.mk files with overrides, if needed.
 -include config.mk
 
-CXXFLAGS  += -g -O
+CXXFLAGS  += -g
 
 # Additional warnings
 CXXFLAGS:= -Wall $(CXXFLAGS)


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