News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Compilergcc plugin compiles with debug by default

Started by php-coder, January 04, 2006, 11:18:20 AM

Previous topic - Next topic

php-coder

Hi folks! :)

By default C::B build without debug. But not all. Plugin compilergcc build with -g flag. I fix this in my spec file:

sed -i 's|AM_CFLAGS = -Wall -g -DDEPSLIB_UNIX|AM_CFLAGS = -DDEPSLIB_UNIX|' src/plugins/compilergcc/depslib/src/Makefile.am

But what you think about this behaviour ? I think it's bug :-)

mandrav

Be patient!
This bug will be fixed soon...