summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-10-21 06:28:38 -0400
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-10-21 04:35:10 -0700
commit8a578854949de1bf848d1d2a65e0890832db185d (patch)
tree739d9cbe069d69fc9cae2e5cefc60531bbab28af /Meta/CMake
parent5832de62fe5e2de4f9a65485246df6550aece33f (diff)
downloadserenity-8a578854949de1bf848d1d2a65e0890832db185d.zip
Meta: Enable ccache for Lagom by default
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/lagom_options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/lagom_options.cmake b/Meta/CMake/lagom_options.cmake
index c17a5ebc23..ea83bf81aa 100644
--- a/Meta/CMake/lagom_options.cmake
+++ b/Meta/CMake/lagom_options.cmake
@@ -8,4 +8,4 @@ serenity_option(ENABLE_ADDRESS_SANITIZER OFF CACHE BOOL "Enable address sanitize
serenity_option(ENABLE_MEMORY_SANITIZER OFF CACHE BOOL "Enable memory sanitizer testing in gcc/clang")
serenity_option(ENABLE_FUZZER_SANITIZER OFF CACHE BOOL "Enable fuzzer sanitizer testing in clang")
serenity_option(BUILD_LAGOM OFF CACHE BOOL "Build parts of the system targeting the host OS for fuzzing/testing")
-serenity_option(ENABLE_LAGOM_CCACHE OFF CACHE BOOL "Enable ccache for Lagom builds")
+serenity_option(ENABLE_LAGOM_CCACHE ON CACHE BOOL "Enable ccache for Lagom builds")