Problems with compiler option -g and configure

Sandy Meier smeier at rz.uni-potsdam.de
Fri Jan 28 12:48:10 GMT 2000


On Fri, 28 Jan 2000 you wrote:
> Hi!
> 
> I enabled the compiler option -g3 in the Project-options dialog, but if I run
> ./configure in a xterm the compiler option -O2 is used everytime, not -g3,
> aalthough I disabled -O.

Hi!

This is a feature. :-) The compiler options aren't hardcoded in the
Makefiles.am so you must run "configure" within KDevelop or do something like
this in your xterm:

$ "CXXFLAGS=-g3 ./configure"

Ciao!
Sandy

 --
email: smeier at rz.uni-potsdam.de  ICQ: 27681958
the KDevelop project: http://www.kdevelop.org
--
Hi! I'm a signature virus! Copy me into your signature file to help me
spread!




More information about the KDevelop mailing list