mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
set DebugCompile to false in compile.cpp
This commit is contained in:
parent
b4c1c6badf
commit
b878b84d32
@ -34,7 +34,7 @@ namespace {
|
|||||||
|
|
||||||
namespace local {
|
namespace local {
|
||||||
|
|
||||||
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