mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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 {
|
||||
|
||||
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