Author Topic: Compilergcc plugin compiles with debug by default  (Read 4953 times)

php-coder

  • Guest
Compilergcc plugin compiles with debug by default
« 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 :-)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Compilergcc plugin compiles with debug by default
« Reply #1 on: January 04, 2006, 11:42:03 am »
Quote
I think it's bug

Possibly, yes.
Be patient!
This bug will be fixed soon...