Closed msplr closed 3 years ago
In the CMakeLists some options are redundant. For example the optimization -O3 on this line which is overridden by the flags from CMAKE_BUILD_TYPE.
-O3
CMAKE_BUILD_TYPE
I propose to try to stick to Modern CMake practises.
Done.
In the CMakeLists some options are redundant. For example the optimization
-O3
on this line which is overridden by the flags fromCMAKE_BUILD_TYPE
.I propose to try to stick to Modern CMake practises.