On 11/13/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
By passing CXXFLAGS='' to configure I was able to remove -g and -O2 but now with specific _CXXFLAGS during linking, no flags are showing up. What's the problem? And is passing an empty list of flags to configure the only way to achieve what I posted originally?
You can change the variable at make time by passing `CXXFLAGS=options ...' to make.