mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
set DebugCompile to false in compile.cpp
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user