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 :-)