mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
set Verbose=false in compile.cpp
This commit is contained in:
parent
00c095b564
commit
bc44f468de
@ -18,7 +18,7 @@ vmJump(void* address, void* base, void* stack, void* thread);
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
const bool Verbose = true;
|
const bool Verbose = false;
|
||||||
const bool DebugNatives = false;
|
const bool DebugNatives = false;
|
||||||
const bool DebugTraces = false;
|
const bool DebugTraces = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user