diff --git a/libraries/wasm-jit/Source/Runtime/LLVMJIT.cpp b/libraries/wasm-jit/Source/Runtime/LLVMJIT.cpp index 3696d3a4fb90acb92bfb93994649d700adaa7239..90a1679278f32f198359c91df3a21fde79100356 100644 --- a/libraries/wasm-jit/Source/Runtime/LLVMJIT.cpp +++ b/libraries/wasm-jit/Source/Runtime/LLVMJIT.cpp @@ -11,13 +11,13 @@ #define DUMP_UNOPTIMIZED_MODULE 1 #define VERIFY_MODULE 1 #define DUMP_OPTIMIZED_MODULE 1 - #define PRINT_DISASSEMBLY 1 + #define PRINT_DISASSEMBLY 0 #else #define USE_WRITEABLE_JIT_CODE_PAGES 0 #define DUMP_UNOPTIMIZED_MODULE 0 #define VERIFY_MODULE 0 #define DUMP_OPTIMIZED_MODULE 0 - #define DUMP_DISASSEMBLY 0 + #define PRINT_DISASSEMBLY 0 #endif #if PRINT_DISASSEMBLY