bit_vector icon indicating copy to clipboard operation
bit_vector copied to clipboard

Build with debug info uses wrong CMAKE_BUILD_TYPE

Open lukashuebner opened this issue 2 years ago • 0 comments

https://github.com/pasta-toolbox/bit_vector/blob/0d3249dc42770a844d56dc25416763d37953aa5c/CMakePresets.json#L38

The correct build type is RelWithDebInfo. As is, relwithdeb does not include compiler optimizations.

Edit: Is this on purpose, as you're setting the CXX flags directly instead of letting CMake do this?

lukashuebner avatar Apr 13 '23 09:04 lukashuebner