The default build version has always been DEBUG, this is a CMake thing. You
really don't find anything in our CMake files because almost everything is
handled by CMake when it generates the makefiles. The biggest difference
comes from cranking up the compiler optimization levels.

Rick

On Sun, Oct 11, 2020 at 11:21 AM P.O. Jonsson <oor...@jonases.se> wrote:

> 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
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to