Meta: Add KMALLOC_DEBUG to all_the_debug_macros

This commit is contained in:
Andreas Kling 2021-03-11 15:38:35 +01:00
parent b1e0e2ad4a
commit cd745baa86

View file

@ -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)