SF.net SVN: geany: [1075] trunk/tagmanager/makefile.win32
ntrel at users.sourceforge.net
ntrel at xxxxx
Sat Dec 9 13:34:48 UTC 2006
Revision: 1075
http://svn.sourceforge.net/geany/?rev=1075&view=rev
Author: ntrel
Date: 2006-12-09 05:34:47 -0800 (Sat, 09 Dec 2006)
Log Message:
-----------
Add -O2 for tagmanager.
Modified Paths:
--------------
trunk/tagmanager/makefile.win32
Modified: trunk/tagmanager/makefile.win32
===================================================================
--- trunk/tagmanager/makefile.win32 2006-12-09 13:07:23 UTC (rev 1074)
+++ trunk/tagmanager/makefile.win32 2006-12-09 13:34:47 UTC (rev 1075)
@@ -22,7 +22,7 @@
INCLUDEDIRS=-I include $(GTK_INCLUDES)
-CCFLAGS=-g -Wall -DPACKAGE=\"geany\" -DG_OS_WIN32 -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS) -mms-bitfields
+CCFLAGS=-Wall -O2 -g -mms-bitfields -DPACKAGE=\"geany\" -DG_OS_WIN32 -Wno-missing-braces -Wno-char-subscripts $(INCLUDEDIRS)
.c.o:
$(CC) $(CCFLAGS) -w -c $<
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list