summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-11 15:38:35 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-11 15:38:35 +0100
commitcd745baa861fa1b94a8990b2473e141d1babbb47 (patch)
tree05cd418a59854ccb63d583d5c173bb16ea13a2e3 /Meta/CMake
parentb1e0e2ad4aba7cb2200bb7e1bc318655d45099f8 (diff)
downloadserenity-cd745baa861fa1b94a8990b2473e141d1babbb47.zip
Meta: Add KMALLOC_DEBUG to all_the_debug_macros
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 c9fb60cfc0..78eb11aae7 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -62,6 +62,7 @@ set(PNG_DEBUG ON)
set(PORTABLE_IMAGE_LOADER_DEBUG ON)
set(SYNTAX_HIGHLIGHTING_DEBUG ON)
set(KEYBOARD_SHORTCUTS_DEBUG ON)
+set(KMALLOC_DEBUG ON)
set(MARKDOWN_DEBUG ON)
set(REGEX_DEBUG ON)
set(TLS_DEBUG ON)