mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
This commit is contained in:
parent
e7d69c5d3c
commit
7cbe4daa7c
4 changed files with 23 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue