mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
set DebugCompile to false
This commit is contained in:
parent
f30e31e5f6
commit
02fba10614
@ -32,7 +32,7 @@ vmCall();
|
||||
|
||||
namespace {
|
||||
|
||||
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