bit_vector
bit_vector copied to clipboard
Build with debug info uses wrong CMAKE_BUILD_TYPE
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?