mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibJS/JIT: Stop logging JIT success by default (but still log failure)
This commit is contained in:
parent
dfaf645302
commit
0c6d094a7e
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/awesomekling
Commit: 0c6d094a7e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#if ARCH(X86_64)
|
#if ARCH(X86_64)
|
||||||
|
|
||||||
# define LOG_JIT_SUCCESS 1
|
# define LOG_JIT_SUCCESS 0
|
||||||
# define LOG_JIT_FAILURE 1
|
# define LOG_JIT_FAILURE 1
|
||||||
# define DUMP_JIT_MACHINE_CODE_TO_STDOUT 0
|
# define DUMP_JIT_MACHINE_CODE_TO_STDOUT 0
|
||||||
# define DUMP_JIT_DISASSEMBLY 0
|
# define DUMP_JIT_DISASSEMBLY 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue