Meta: Add JS_MODULE_DEBUG define flag

This commit is contained in:
davidot 2022-01-18 18:47:11 +01:00 committed by Linus Groh
parent 55366703d0
commit 0b89dbc529
2 changed files with 5 additions and 0 deletions

View file

@ -238,6 +238,10 @@
#cmakedefine01 JS_BYTECODE_DEBUG
#endif
#ifndef JS_MODULE_DEBUG
#cmakedefine01 JS_MODULE_DEBUG
#endif
#ifndef KEYBOARD_SHORTCUTS_DEBUG
#cmakedefine01 KEYBOARD_SHORTCUTS_DEBUG
#endif

View file

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