On 3/4/06, Jerry Ji <
[hidden email]> wrote:
> I wonder whether anyone else observes similar magnitude order of speed
> difference between MS VC++ and Mingw/GCC output codes --
>
> (Sat Mar 04 07:56:33) $ time EuropeanOption-mgw.exe
> Using 0.3.11
> ...
> real 0m1.093s
> user 0m0.030s
> sys 0m0.015s
>
> (Sat Mar 04 07:56:40) $ time EuropeanOption-vc80-mt-gd.exe
> Using 0.3.11-debug
you're using the debug version. Non debug version should be
EuropeanOption-vc80-mt.exe
or EuropeanOption-vc80-mt-s.exe
> I've already rebuilt
> all QuantLib VC projects after changing the preferences from Debug to
> Release but don't understand why it still shows "Using 0.3.11-debug"...
even if you've rebuilt all the projects in Release configuration (are
you really sure?) you are still using the debug version
ciao -- Nando