Code Comments
Programming Forum and web based access to our favorite programming groups.Haihui Guo wrote: > Hi: > > I just have this problem and can't figure out how to get rid of this > -O2 compiler argument in the Makefile. > Is there any place I can make a declaration in Makefile.am, so it won't > appear in my real Makefile. > > Thanks That is a user settable optimization, so shouldn't be hardcoded. When you run automake, pass on its command line: CFLAGS="-g -O0"
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.