https://bugs.kde.org/show_bug.cgi?id=360249
--- Comment #2 from Hohyeis <hohy...@eml.cc> --- The default can still be with optimization. The user's selection of CMAKE_BUILD_TYPE should have effect. The CMake file ideally checks whether CMAKE_BUILD_TYPE is set and can choose a default build type if it is not. I propose the following optimization settings CMAKE_CXX_FLAGS_RELEASE=-Ofast CMAKE_CXX_FLAGS_RELWITHDEBINFO=-Og I have written CMake code to work with CMAKE_BUILD_TYPE. I am willing to provide such code to Trojita if it wishes to use it. I am timing builds with sundry optimization settings. -- You are receiving this mail because: You are watching all bug changes.