This set RelWithDebInfo as the default build type for CMake. This
makes the default optimization flags identical to those from
configure.
Depends on D2651
Differential D2643
[CMAKE] Make RelWithDebInfo the default CMake configuration Fabien on Mar 4 2019, 21:03. Authored by
Details
This set RelWithDebInfo as the default build type for CMake. This Depends on D2651 mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja -v Check that the -g -O2 flags are set in the compile commands for both
Diff Detail
Event TimelineComment Actions This generates a ton of warning, so there is likely something not correct about what RelWithDebInfo does. It's not -O2 or -g though. Comment Actions Please do not change the config to something that's not working as expected. RelWithDebInfo is not working properly yet.
|