diff options
author | davidot <davidot@serenityos.org> | 2022-01-18 18:47:11 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-22 01:21:18 +0000 |
commit | 0b89dbc529cd5e0c1abe28318a638eba7450034a (patch) | |
tree | e2c4ee700b4c80681f054ba1ad4b59a2ac5d354f /Meta | |
parent | 55366703d045741b8f865f93e4cc4c17cba227ce (diff) | |
download | serenity-0b89dbc529cd5e0c1abe28318a638eba7450034a.zip |
Meta: Add JS_MODULE_DEBUG define flag
Diffstat (limited to 'Meta')
-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 c71f3dc0c5..93d4ea06c9 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -95,6 +95,7 @@ set(ITEM_RECTS_DEBUG ON) set(JOB_DEBUG ON) set(JPG_DEBUG ON) set(JS_BYTECODE_DEBUG ON) +set(JS_MODULE_DEBUG ON) set(KEYBOARD_DEBUG ON) set(KEYBOARD_SHORTCUTS_DEBUG ON) set(KMALLOC_DEBUG ON) |