>>>>> "Marco" == Marco Bravi <[EMAIL PROTECTED]> writes:

Marco> On 24 Jan 2001, Jean-Marc Lasgouttes wrote:
>> make clean make CXXFLAGS='-O2 -fno-rtti -fno-exceptions'

Marco> Sorry, but the -g flag is still there:

The -g flag is only there for parts compiled in C (not C++). This is
not a big problem, but you can do:

make CXXFLAGS='-O2 -fno-rtti -fno-exceptions' CFLAGS='-O2'

You can replace -O2 with -O to speed up the compilation. I am not sure
the extra optimization is worth it.

JMarc

Reply via email to