Leave configuration of dafault build types to the developer
ClosedPublic

Authored by wojnilowicz on Nov 5 2017, 3:43 PM.

Details

Summary

CMAKE_CXX_FLAGS_DEBUG is set to be built as
CMAKE_CXX_FLAGS_RELWITHDEBINFO. That is counterintuitive, so
CMAKE_CXX_FLAGS_DEBUG has been changed to CMAKE_CXX_FLAGS_DEBUGKMM and
CMAKE_CXX_FLAGS_DEBUG has been left for developer to set.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wojnilowicz created this revision.Nov 5 2017, 3:43 PM
tbaumgart accepted this revision as: tbaumgart.Nov 11 2017, 2:16 PM
tbaumgart added a subscriber: tbaumgart.

It changes a few things around but it seems to be OK to me.

This revision is now accepted and ready to land.Nov 11 2017, 2:16 PM
This revision was automatically updated to reflect the committed changes.