Le 13/01/2015 14:43, Enrico Forestieri a écrit :
On Tue, Jan 13, 2015 at 12:18:31PM +0100, Jean-Marc Lasgouttes wrote:
commit ff42fea8ab70dc048bb28dc51120ae30309a3e81
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Tue Jan 13 11:48:07 2015 +0100
Cleanup autoconf compiler support
Now I always get "-g" even if I use "--disable-debug --enable-optimization=-O2"
C++ Compiler user flags: -g -O2
So you have explicitly set CXXFLAGS somewhere, or config.status remember
the old setting in its cache. Can you re-run ./configure with options?
I have removed the code where we set the value of CXXFLAGS. I only touch
AM_CXXFLAGS now. This allow users to override CXXFLAGS as they wish.
JMarc