>>>>> "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
- Link failed for LyX on SPARC Marco . Bravi
- Re: Link failed for LyX on SPARC Lars Gullik Bjønnes
- Re: Link failed for LyX on SPARC Jean-Marc Lasgouttes
- Re: Link failed for LyX on SPARC Marco Bravi
- Re: Link failed for LyX on SPARC Jean-Marc Lasgouttes
- Re: Link failed for LyX on SPAR... Marco Bravi
- Re: Link failed for LyX on SPARC Tuukka Toivonen
- Link failed for LyX on SPARC Ronald Florence
- Re: Link failed for LyX on SPARC Marco Bravi