Fix usage of CMAKE_BUILD_TYPE setting
The build type was set to Release in the top level cmake file. This was a rather confusing behaviour, as one would expect to be able to easily debug the code after using `cmake -DCMAKE_BUILD_TYPE=Debug`.
Showing
Please register or sign in to comment