1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

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

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