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

@ -88,6 +88,7 @@ set(IRQ_DEBUG ON)
set(ITEM_RECTS_DEBUG ON)
set(JOB_DEBUG ON)
set(JPG_DEBUG ON)
set(JS_BYTECODE_DEBUG ON)
set(KEYBOARD_DEBUG ON)
set(KEYBOARD_SHORTCUTS_DEBUG ON)
set(KMALLOC_DEBUG ON)