Hi, Just typing make CFLAGS=-g does not help. It still adds -O2. Removing -O2 from the top level makefile also does not help. Vishal On Thu, Mar 20, 2003 at 09:15:36PM -0800, Vishal Jain wrote:
Is there a single place in a config file where I can specify CFLAGS? Where do I have to change it?
Just type "make CFLAGS=-g", as I said. Or modify the Makefile. Or, more generally "grep is your friend". If you'd typed "grep CFLAGS *" in your build directory you would have found the answer to your question pretty quickly.
cgf
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

