From a16bd0e1d77647e7bb40b913aa6b2f4d5d20147a Mon Sep 17 00:00:00 2001 From: Koopa Date: Thu, 18 Jun 2020 17:55:45 -0400 Subject: [PATCH] linux57/58-tkg: Add _noccache to default cfg. (#22) --- linux57-tkg/customization.cfg | 3 +++ linux58-rc-tkg/customization.cfg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/linux57-tkg/customization.cfg b/linux57-tkg/customization.cfg index 69b1f9b..7a267de 100644 --- a/linux57-tkg/customization.cfg +++ b/linux57-tkg/customization.cfg @@ -23,6 +23,9 @@ _OPTIPROFILE="" # Set to true to bypass makepkg.conf and use all available threads for compilation. False will respect your makepkg.conf options. _force_all_threads="true" +# Set to true to prevent ccache from being used and set CONFIG_GCC_PLUGINS=y (which needs to be disabled for ccache to work properly) +_noccache="false" + # Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably. Requires root - https://wiki.archlinux.org/index.php/Modprobed-db # !!!! Make sure to have a well populated db !!!! - Leave empty to be asked about it at build time _modprobeddb="false" diff --git a/linux58-rc-tkg/customization.cfg b/linux58-rc-tkg/customization.cfg index 18abc00..8eecea9 100644 --- a/linux58-rc-tkg/customization.cfg +++ b/linux58-rc-tkg/customization.cfg @@ -23,6 +23,9 @@ _OPTIPROFILE="" # Set to true to bypass makepkg.conf and use all available threads for compilation. False will respect your makepkg.conf options. _force_all_threads="true" +# Set to true to prevent ccache from being used and set CONFIG_GCC_PLUGINS=y (which needs to be disabled for ccache to work properly) +_noccache="false" + # Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably. Requires root - https://wiki.archlinux.org/index.php/Modprobed-db # !!!! Make sure to have a well populated db !!!! - Leave empty to be asked about it at build time _modprobeddb="false"