diff options
author | Andreas Kling <kling@serenityos.org> | 2021-03-11 15:38:35 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-11 15:38:35 +0100 |
commit | cd745baa861fa1b94a8990b2473e141d1babbb47 (patch) | |
tree | 05cd418a59854ccb63d583d5c173bb16ea13a2e3 /Meta/CMake | |
parent | b1e0e2ad4aba7cb2200bb7e1bc318655d45099f8 (diff) | |
download | serenity-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.cmake | 1 |
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) |