summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-02-06 14:17:42 +0100
committerAndreas Kling <kling@serenityos.org>2022-02-06 16:22:58 +0100
commit5dd4b3eaaa9a820b8989fe9b9ca1af6b92fe762b (patch)
treee4deaa6d9fd70291644e0de3b73bafce6f2fc310 /Meta/CMake
parent3caac65cc80f6daeeacb3aac6a29d15bde788c4b (diff)
downloadserenity-5dd4b3eaaa9a820b8989fe9b9ca1af6b92fe762b.zip
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Blowing up the debug console with a fajillion FIXME's whenever you navigate in the web inspector is no fun.
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake
index 4ff054c51c..82f9422364 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -100,6 +100,7 @@ set(KEYBOARD_SHORTCUTS_DEBUG ON)
set(KMALLOC_DEBUG ON)
set(LANGUAGE_SERVER_DEBUG ON)
set(LEXER_DEBUG ON)
+set(LIBWEB_CSS_DEBUG ON)
set(LINE_EDITOR_DEBUG ON)
set(LOCAL_SOCKET_DEBUG ON)
set(LOCK_DEBUG ON)