Re: [PHP-DEV] How to get rid of CFLAGS -g option? From: Bill Stoddard (bill <email protected>)
Date: 12/12/00

> On Tue, 12 Dec 2000, Bill Stoddard wrote:
>
> > Building php4 (from snaps.php.net) on AIX and I am noticing the code is
being
> > compiled with the -g option. I'd like to build w/o -g. Where is CFLAGS
set
> > (or is there some other basic piece of knowledge that I am missing wrt
doing a
> > release build :-)
>
> And setting CFLAGS before configure does not work?
>
Yes, this works.

> If you don't specify CFLAGS and configure with
> --disable-debug, -g should be removed as well.

The polarity was unexpected :-). I am generally used to saying "I want a debug
build" rather than saying "I don't want a debug build".

Just ordered the Vaughan, et. al. book (yes, I know it is online, but seemed
like a good one to purchase and kick some funds the way of the authors)

Thanks for the assist!

Bill

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>