Revision: 1176 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1176&view=re... Author: frlan Date: 2010-03-17 17:23:39 +0000 (Wed, 17 Mar 2010)
Log Message: ----------- GeanySendMail: Remove compiler flag which is not needed from waf script
Modified Paths: -------------- trunk/geanysendmail/wscript
Modified: trunk/geanysendmail/wscript =================================================================== --- trunk/geanysendmail/wscript 2010-03-17 17:21:48 UTC (rev 1175) +++ trunk/geanysendmail/wscript 2010-03-17 17:23:39 UTC (rev 1176) @@ -218,7 +218,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.