Le 13/01/2015 14:59, Jean-Marc Lasgouttes a écrit :
Le 13/01/2015 14:43, Enrico Forestieri a écrit :
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.
I think I understand what happens now. It is autoconf which is playing
with CXXFLAGS. I will fix that.
JMarc