diff options
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index b6c0c125c6..39315df5e6 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -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 |