This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: disable -g flag
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- To: JRBCAST <JRBCAST at teleline dot es>
- Cc: autoconf at gnu dot org, automake at gnu dot org
- Date: Tue, 9 Mar 2004 11:08:57 +0000
- Subject: Re: disable -g flag
- References: <85d97b02.7b0285d9@teleline.es>
On Fri, Mar 05, 2004 at 12:23:50PM +0100, JRBCAST wrote:
> Hi,
>
> I have been trying to disable the -g flag that autoconf uses when
> compiling my GNU project. I have tried --enable-debug=no --disable-debug
> and none works. I have had a look at google and some questions but no
> response...
I have the vague memory that if you are using gcc, and don't have CFLAGS
set, -g will be added to CFLAGS no matter what.
Cheers,
Patrick