From cd745baa861fa1b94a8990b2473e141d1babbb47 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 11 Mar 2021 15:38:35 +0100 Subject: [PATCH] Meta: Add KMALLOC_DEBUG to all_the_debug_macros --- Meta/CMake/all_the_debug_macros.cmake | 1 + 1 file changed, 1 insertion(+) 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)