Skip to content

Add Release build type to CMake call when not doing a Debug build

Some libraries' CMake configuration does a debug build by default. We want a release build by default and a debug build when --debug is specified.

Merge request reports