automake
[Top][All Lists]
Advanced

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

Re: Unsetting -g -O2


From: Alexander Toresson
Subject: Re: Unsetting -g -O2
Date: Wed, 29 Nov 2006 19:56:03 +0100

On 11/29/06, Ralf Wildenhues <address@hidden> wrote:
* quoting myself (sorry!):
>
> With a package that doesn't do the above (or something similar),
>   make CXXFLAGS=-g
>
> should work

Even simpler,
  ./configure CXXFLAGS=-g
  make

should (portably) do what you intend.

Cheers,
Ralf


Hello Ralf,

all was my mistake, I had appended ${CFLAGS} to AM_CXXFLAGS by mistake
in a Makefile.am. Sorry for the noise, and thanks for pointing me in
the right direction.

Regards, Alexander Toresson




reply via email to

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