theCore icon indicating copy to clipboard operation
theCore copied to clipboard

Add CMake option for enable debugging in Release build

Open Dubland opened this issue 8 years ago • 1 comments

Now is impossible to debug the application with gdb in the release build. Need to add cmake flag for enable\disable debugging capability.

Dubland avatar Oct 11 '17 11:10 Dubland

It is possible (and recommended) to use RelWithDebInfo build type to achieve desired result. See: https://cmake.org/cmake/help/v3.0/variable/CMAKE_BUILD_TYPE.html

forGGe avatar Oct 11 '17 11:10 forGGe