https://bugs.kde.org/show_bug.cgi?id=360249
--- Comment #7 from Thomas Lübking <thomas.luebk...@gmail.com> --- If this is about speeding up (re)builds, disable test builds - they consume quite some time and the vast majority if you apply only minor updates to the code. Building -O0 instead of -02 will hardly gain you /that/ much and unlike -O3 will NOT produce binaries which are completely useless for debugging. You must set CFLAGS as well as CPP flags and the relevant part is where you feed this into cmake, however @Jan "Debug" has only "-g" here? (no -O whatsoever) -- You are receiving this mail because: You are watching all bug changes.