mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
LibJS/JIT: Stop logging JIT success by default (but still log failure)
This commit is contained in:
parent
dfaf645302
commit
0c6d094a7e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#if ARCH(X86_64)
|
||||
|
||||
# define LOG_JIT_SUCCESS 1
|
||||
# define LOG_JIT_SUCCESS 0
|
||||
# define LOG_JIT_FAILURE 1
|
||||
# define DUMP_JIT_MACHINE_CODE_TO_STDOUT 0
|
||||
# define DUMP_JIT_DISASSEMBLY 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue