mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
Meta: Add KMALLOC_DEBUG to all_the_debug_macros
This commit is contained in:
parent
b1e0e2ad4a
commit
cd745baa86
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue