aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMDBusAddActivationService.cmake
diff options
context:
space:
mode:
authorAlex Merry <kde@randomguy3.me.uk>2014-01-03 12:14:09 +0000
committerAlex Merry <kde@randomguy3.me.uk>2014-01-07 19:12:22 +0000
commit4068592ad9aa3f241027f6dbd6aff5f756671fd3 (patch)
tree8df0c616d305c4903cbb7dbaf6d0916b73af0b73 /modules/ECMDBusAddActivationService.cmake
parentf653fe3656e39e403d2079a8adde08ae76d380c2 (diff)
downloadextra-cmake-modules-4068592ad9aa3f241027f6dbd6aff5f756671fd3.tar.gz
extra-cmake-modules-4068592ad9aa3f241027f6dbd6aff5f756671fd3.tar.bz2
Remove custom build types
KDECompilerSettings.cmake no longer alters CMake's built-in build types or adds its own. The "debug" build type therefore simply sets -g with no additional flags (rather than -O2 and, depending on the compiler, some no-inline/no-reorder flags as previously), the "release" build types no longer set -DQT_NO_DEBUG and the "debugfull", "profile" and "coverage" build types no longer exist. QT_NO_DEBUG is set by Qt's CMake scripts depending on the build type of Qt itself. "debugfull" mostly set -g3, allowing macro expansion when debugging; users can set this flag using environment variables if they wish. "RelWithDebugInfo" should be used instead of "profile" (according to dfaure); -fprofile-arcs and -ftest-coverage are easy enough to add to $CXX_FLAGS if they are required (formerly set by "profile" and "coverage"). You should now use cmake -DCMAKE_BUILD_TYPE=debug instead of cmake -DCMAKE_BUILD_TYPE=debugfull CCMAIL: kde-frameworks-devel@kde.org REVIEW: 114885
Diffstat (limited to 'modules/ECMDBusAddActivationService.cmake')
0 files changed, 0 insertions, 0 deletions