[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kimageshop
Subject:    =?utf-8?q?=5Bgraphics/krita=5D_/=3A_Disable_precompiled_headers_feature_by_default?=
From:       Dmitry Kazakov <null () kde ! org>
Date:       2023-05-30 12:32:51
Message-ID: 20230530123251.2C67E1240B06 () leptone ! kde ! org
[Download RAW message or body]

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@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)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic