From 10727ade4cd594825671bda74aab7d65d6394b04 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 12 Sep 2022 15:35:54 -0400 Subject: Meta: Add Lagom option to disable building LibWeb Compiling LibWeb for Lagom can add quite a bit of compile time. Add a CMake option to disable it locally. --- Meta/CMake/lagom_options.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'Meta/CMake') diff --git a/Meta/CMake/lagom_options.cmake b/Meta/CMake/lagom_options.cmake index 5d252c4b16..fa0efbd4a1 100644 --- a/Meta/CMake/lagom_options.cmake +++ b/Meta/CMake/lagom_options.cmake @@ -11,3 +11,4 @@ serenity_option(ENABLE_FUZZERS_LIBFUZZER OFF CACHE BOOL "Build fuzzers using Cla serenity_option(ENABLE_FUZZERS_OSSFUZZ OFF CACHE BOOL "Build OSS-Fuzz compatible fuzzers") serenity_option(BUILD_LAGOM OFF CACHE BOOL "Build parts of the system targeting the host OS for fuzzing/testing") serenity_option(ENABLE_LAGOM_CCACHE ON CACHE BOOL "Enable ccache for Lagom builds") +serenity_option(ENABLE_LAGOM_LIBWEB ON CACHE BOOL "Enable compiling LibWeb for Lagom builds") -- cgit v1.2.3