From 4effaa8da18d97cebb4d1459b7e6d7b3057f1415 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 2 Oct 2025 13:08:40 -0600 Subject: [PATCH] webkitgtk3: enable debug logs --- recipes/wip/libs/other/webkitgtk3/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/libs/other/webkitgtk3/recipe.toml b/recipes/wip/libs/other/webkitgtk3/recipe.toml index 682b2856..0494658b 100644 --- a/recipes/wip/libs/other/webkitgtk3/recipe.toml +++ b/recipes/wip/libs/other/webkitgtk3/recipe.toml @@ -115,10 +115,12 @@ LIBS=( #TODO: enable more features cookbook_cmake \ -DCMAKE_CXX_STANDARD_LIBRARIES="${LIBS[*]}" \ + -DENABLE_ASSERTS=ON \ -DENABLE_GAMEPAD=OFF \ -DENABLE_INTROSPECTION=OFF \ -DENABLE_MEDIA_STREAM=OFF \ -DENABLE_JOURNALD_LOG=OFF \ + -DENABLE_RELEASE_LOG=ON \ -DENABLE_SPEECH_SYNTHESIS=OFF \ -DENABLE_SPELLCHECK=OFF \ -DENABLE_WEB_AUDIO=OFF \