Meta: Enable ccache for Lagom by default
This commit is contained in:
parent
5832de62fe
commit
8a57885494
Notes:
sideshowbarker
2024-07-18 02:06:28 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/8a578854949 Pull-request: https://github.com/SerenityOS/serenity/pull/10552
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue