1
Fork 0
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:
Andreas Kling 2023-10-29 22:57:56 +01:00
parent dfaf645302
commit 0c6d094a7e

View file

@ -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