[graphics/krita] /: Disable precompiled headers feature by default
Dmitry Kazakov
null at kde.org
Tue May 30 13:32:51 BST 2023
Git commit 783aa5ceaff1a8657059e49e7457cbdd7b72a72b by Dmitry Kazakov.
Committed on 30/05/2023 at 12:32.
Pushed by dkazakov into branch 'master'.
Disable precompiled headers feature by default
People seem to be not very happy that their build folder explodes
up to 40GiB be default, so we should disable this feature by default.
CC:kimageshop at kde.org
M +1 -1 CMakeLists.txt
https://invent.kde.org/graphics/krita/-/commit/783aa5ceaff1a8657059e49e7457cbdd7b72a72b
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68b0c1d2399..8f90a5bc876 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -254,7 +254,7 @@ option(ENABLE_UPDATERS "Enable updaters/update notifications" ON)
configure_file(config-updaters.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-updaters.h)
add_feature_info("Enable updaters" ENABLE_UPDATERS "Enable updaters/update notifications.")
-option(KRITA_ENABLE_PCH "Enable precompiled headers support" ON)
+option(KRITA_ENABLE_PCH "Enable precompiled headers support" OFF)
add_feature_info("Precompiled Headers" KRITA_ENABLE_PCH "precompiled headers make build process faster on some systems")
option(DISABLE_PO_INSTALLATION "Disable installation of po files" OFF)
More information about the kimageshop
mailing list