You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@hyperreal.org> on 1997/08/16 21:52:35 UTC

Re: config/899: Compilation error on SCO OSES Platform

Synopsis: Compilation error on SCO OSES Platform

State-Changed-From-To: open-analyzed
State-Changed-By: marc
State-Changed-When: Sat Aug 16 12:52:34 PDT 1997
State-Changed-Why:
Currently, if you do not define an optimization it defaults
to -O2.  To override this, you need to set something like:

    OPTIM=" "

in your Configuration file.  When someone gets around to it,
this will probably be changed to only add -O2 when gcc
is being used.