mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
set DebugCompile to false
This commit is contained in:
parent
f30e31e5f6
commit
02fba10614
@ -32,7 +32,7 @@ vmCall();
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
const bool DebugCompile = true;
|
const bool DebugCompile = false;
|
||||||
const bool DebugNatives = false;
|
const bool DebugNatives = false;
|
||||||
const bool DebugCallTable = false;
|
const bool DebugCallTable = false;
|
||||||
const bool DebugMethodTree = false;
|
const bool DebugMethodTree = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user