Re: Quantlib on sun solaris 8

Posted by Sadruddin Rejeb-2 on
URL: http://quantlib.414.s1.nabble.com/Quantlib-on-sun-solaris-8-tp2136p2142.html

Salut Xavier!
The thing is to delete -O2 (or -O3) from the compiler options.
You can try to set the environment variable CXXFLAGS to "-g"
e.g. if you use bash:
export CXXFLAGS="-g"
If this works, you can try to increment the optimization level by
setting CXXFLAGS to "-g -O1"

Regards,
Sad


On 21 Aug 2002 at 13:25, [hidden email] wrote:
>
>
> Hi Jens,
> thanks for your reply, where is this -Optimizations located?
> I can't find any occurence Optimizations in any of text files into the
> Quantlib directory.
> Is it an option of compilation?
> Thanks
> Xavier