mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Meta: Add JS_MODULE_DEBUG define flag
This commit is contained in:
parent
55366703d0
commit
0b89dbc529
Notes:
sideshowbarker
2024-07-17 20:28:43 +09:00
Author: https://github.com/davidot Commit: https://github.com/SerenityOS/serenity/commit/0b89dbc529c Pull-request: https://github.com/SerenityOS/serenity/pull/11957 Reviewed-by: https://github.com/emanuele6 Reviewed-by: https://github.com/linusg
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue