In doing some testing I found ooRexx to perform slower than I expected. I 
normally use the default settings

cmake -G "Unix Makefiles" ../oorexxSVN to build ooRexx but it was 5 times 
slower than expected so I decided to recompile and compare all models using the 
setting

-DCMAKE_BUILD_TYPE=RELEASE
-DCMAKE_BUILD_TYPE=RELWITHDEBINFO
-DCMAKE_BUILD_TYPE=DEBUG

And apparently DEBUG is the default build model nowadays. Has this changed 
lately? I thought RELEASE would be the default ?

2nd question: Where is this setting playing a role ? I looked  in 
Cmakelists.txt for CMAKE_BUILD_TYPE but could not find it.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to