This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: disable -g flag
- From: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>
- To: JRBCAST <JRBCAST at teleline dot es>
- Cc: Autoconf List <autoconf at gnu dot org>, Automake List <automake at gnu dot org>
- Date: Tue, 09 Mar 2004 07:47:46 +0100
- Subject: Re: disable -g flag
- References: <85d97b02.7b0285d9@teleline.es>
On Fri, 2004-03-05 at 12:23, 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...
If you really want that, override CFLAGS
<path>/configure CFLAGS=<whatever>
... normally, you don't want to remove the -g.
Ralf