Re: [Oorexx-devel] Building ooRexx with Debug

2019-01-04 Thread Enrico Sorichetti via Oorexx-devel
The build types as defined by CMAKE provide as a courtesy to the developer A set of predefined flags for the compiler and the linker CMAKE_C_FLAGS='' CMAKE_C_FLAGS_DEBUG='-g' CMAKE_C_FLAGS_MINSIZEREL='-Os -DNDEBUG' CMAKE_C_FLAGS_RELEASE='-O3 -DNDEBUG' CMAKE_C_FLAGS_RELWITHDEBINFO='-O2 -g

Re: [Oorexx-devel] Building ooRexx with Debug

2019-01-04 Thread P.O. Jonsson
I think this is related to the question "Questions ad differences between "RELEASE", "DEBUG" and "RELWITHDEBUGINFO" on Windows?“ asked by Rony 4 Dec 2018, It would be most welcome to have this clarified on all platforms (what switches and where do they interact with the build process). I have

[Oorexx-devel] Building ooRexx with Debug

2019-01-04 Thread P.O. Jonsson
I have been writing a MAC version of the WIKI text found here and I am almost done. I have found what I think is a typo in the text for Windows and Ubuntu. In the sections CMake and