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

frlan at users.sourceforge.net frlan at xxxxx
Wed Mar 17 17:21:48 UTC 2010


Revision: 1175
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1175&view=rev
Author:   frlan
Date:     2010-03-17 17:21:48 +0000 (Wed, 17 Mar 2010)

Log Message:
-----------
GeanyLaTeX: Remove compiler flag which is not needed from waf script

Modified Paths:
--------------
    trunk/geanylatex/wscript

Modified: trunk/geanylatex/wscript
===================================================================
--- trunk/geanylatex/wscript	2010-03-16 20:29:32 UTC (rev 1174)
+++ trunk/geanylatex/wscript	2010-03-17 17:21:48 UTC (rev 1175)
@@ -227,7 +227,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'
 
 	conf.env.append_value('CCFLAGS', '-DHAVE_CONFIG_H'.split())
 


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