> I set the CXXFLAGS via AM_CXXFLAGS in Makefile.am. the relase version > should have no -g flag... but there is a default CXX_FLAGS variable in > Makefile which has always the -g flag. how can I remove this one? One way is to set it in the environment when running the configure script: $ CXXFLAGS= ./configure --with-various-args --Rusty
- override default CXXFLAGS Tilo Riemer
- Re: override default CXXFLAGS Rusty Ballinger
- Re: override default CXXFLAGS Gary V . Vaughan
- Re: override default CXXFLAGS Tilo Riemer
- Re: override default CXXFLAGS Alexandre Oliva
