mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
disable debug logging in compile.cpp
This commit is contained in:
parent
5586f8133c
commit
4d5aeb5ab2
@ -37,7 +37,7 @@ namespace {
|
||||
|
||||
namespace local {
|
||||
|
||||
const bool DebugCompile = true;
|
||||
const bool DebugCompile = false;
|
||||
const bool DebugNatives = false;
|
||||
const bool DebugCallTable = false;
|
||||
const bool DebugMethodTree = false;
|
||||
|
Loading…
Reference in New Issue
Block a user