SF.net SVN: geany-plugins:[1174] trunk/geany-plugins/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Mar 16 20:29:32 UTC 2010


Revision: 1174
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1174&view=rev
Author:   eht16
Date:     2010-03-16 20:29:32 +0000 (Tue, 16 Mar 2010)

Log Message:
-----------
Remove non-portable compiler flag

Modified Paths:
--------------
    trunk/geany-plugins/wscript

Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript	2010-03-15 17:19:25 UTC (rev 1173)
+++ trunk/geany-plugins/wscript	2010-03-16 20:29:32 UTC (rev 1174)
@@ -323,7 +323,7 @@
 	print_message(conf, 'Using Geany version', geany_version)
 	if svn_rev != '-1':
 		print_message(conf, 'Compiling Subversion revision', svn_rev)
-		conf.env.append_value('CCFLAGS', '-g -O0 -DDEBUG'.split()) # -DGEANY_DISABLE_DEPRECATED
+		conf.env.append_value('CCFLAGS', '-g -DDEBUG'.split()) # -DGEANY_DISABLE_DEPRECATED
 
 	print_message(conf, 'Plugins to compile', ' '.join(enabled_plugins))
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list