Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: php-coder on January 04, 2006, 11:18:20 am
-
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 :-)
-
I think it's bug
Possibly, yes.