1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:07:46 +00:00

LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)

This commit is contained in:
Andreas Kling 2021-06-07 15:17:37 +02:00
parent e7d69c5d3c
commit 7cbe4daa7c
4 changed files with 23 additions and 11 deletions

View file

@ -226,6 +226,10 @@
#cmakedefine01 JPG_DEBUG
#endif
#ifndef JS_BYTECODE_DEBUG
#cmakedefine01 JS_BYTECODE_DEBUG
#endif
#ifndef KEYBOARD_SHORTCUTS_DEBUG
#cmakedefine01 KEYBOARD_SHORTCUTS_DEBUG
#endif