autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debug builds with NO optimizations


From: Harlan Stenn
Subject: Re: debug builds with NO optimizations
Date: Tue, 07 Feb 2006 03:07:47 +0000

> > .../configure CFLAGS=-g
> 
> Just out of curiosity, is this different than 'CFLAGS=-g ./configure
> ...'? I do this all the time and wonder if your way is somehow better.

With configure CFLAGS=-g, configure knows you are overriding CFLAGS and
will put that information into config.status.

If you use CFLAGS=-g ./configure, then configure doesn't see that you
have overridden CFLAGS.

Or something like that.

H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]