https://bugs.kde.org/show_bug.cgi?id=360249
Jan Kundrát <j...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Jan Kundrát <j...@kde.org> --- This is on purpose, see https://gerrit.vesnicky.cesnet.cz/r/317 . If you want to override CXXFLAGS, just pass a generic CMAKE_CXX_FLAGS, it will override whatever optimization levels the build system decided to use. However, please note that there is a reason to not skip optimizations; there are plenty of bits which make a lot of difference (commit 588b1237381641b524b79a611fb3625407d04bfc is just one example I believe, I've seen a *huge* speed difference in operator[](int),...). Do you have any measurements about the build speed, btw? -- You are receiving this mail because: You are watching all bug changes.