This diffs overrides the default flags for the Debug build type,
setting the optimization to -g3 -Og (or their fallbacks).
Depends on D2653
Differential D2644
[CMAKE] Override the flags for the Debug CMake configuration Fabien on Mar 4 2019, 21:13. Authored by
Details
This diffs overrides the default flags for the Debug build type, Depends on D2653 mkdir buildcmake && cd buildcmake cmake -GNinja .. -DCMAKE_BUILD_TYPE=Debug ninja -v Check that the -g3 -Og flags (or their fallbacks) flags are set in the
Diff Detail
Event Timeline
Comment Actions The DEBUG and DEBUG_LOCKORDER additions will be added in another diff
|