1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:47:34 +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

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