Revision: 4766 http://geany.svn.sourceforge.net/geany/?rev=4766&view=rev Author: eht16 Date: 2010-03-16 20:28:20 +0000 (Tue, 16 Mar 2010)
Log Message: ----------- Remove accidentally added non-portable compiler flag
Modified Paths: -------------- trunk/wscript
Modified: trunk/wscript =================================================================== --- trunk/wscript 2010-03-16 13:28:36 UTC (rev 4765) +++ trunk/wscript 2010-03-16 20:28:20 UTC (rev 4766) @@ -281,7 +281,7 @@ print_message(conf, 'Use virtual terminal support', Options.options.no_vte and 'no' or 'yes') if svn_rev != '-1': print_message(conf, 'Compiling Subversion revision', svn_rev) - conf.env.append_value('CCFLAGS', '-g -O0 -DGEANY_DEBUG'.split()) + conf.env.append_value('CCFLAGS', '-g -DGEANY_DEBUG'.split())
conf.env.append_value('CCFLAGS', '-DHAVE_CONFIG_H') # for now define GEANY_PRIVATE for all files, even though it should just be for src/*.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.