[Geany-devel] Waf -O0 set - Re: SF.net SVN: geany:[4763] trunk

Nick Treleaven nick.treleaven at xxxxx
Tue Mar 16 12:51:35 UTC 2010


On Mon, 15 Mar 2010 14:06:29 +0000
eht16 at users.sourceforge.net wrote:

> Revision: 4763
>           http://geany.svn.sourceforge.net/geany/?rev=4763&view=rev
> Author:   eht16
> Date:     2010-03-15 14:06:29 +0000 (Mon, 15 Mar 2010)
> 
> Log Message:
> -----------
> Fix/Improve GIT repository detection (patch by Thomas Martitz, thanks).
...
>  	if svn_rev != '-1':
>  		print_message(conf, 'Compiling Subversion revision', svn_rev)
> -		conf.env.append_value('CCFLAGS', '-g -DGEANY_DEBUG'.split())
> +		conf.env.append_value('CCFLAGS', '-g -O0 -DGEANY_DEBUG'.split())

Do we really want to force -O0 for wscript SVN builds?

Also, as I don't know Waf well, does it only support building with gcc?

Regards,
Nick



More information about the Devel mailing list