| This is why I'd prefer to have some solution which turns off  
| optimization (probably based on a configure test) but only on that  
| one specific subdir. The rest of the library is optimized for speed,  
| but a few minor functions are affected.

I could always overwrite CXXFLAGS in this Makefile.am:
  CXXFLAGS = @CXXFLAGS@ $(MYHACK)
and then AC_SUBST MYHACK to either -O0 or nothing.
-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl



Reply via email to