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