mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Disable JIT logs
This commit is contained in:
parent
b1b94de243
commit
b3a17341e4
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ namespace jit
|
|||
|
||||
struct JIT: public NoteChannel { static const char* name() { return "JIT"; } };
|
||||
|
||||
#define clog(CHANNEL) std::cerr
|
||||
//#define clog(CHANNEL) std::cerr
|
||||
#define clog(CHANNEL) std::ostream({})
|
||||
|
||||
u256 llvm2eth(i256);
|
||||
i256 eth2llvm(u256);
|
||||
|
|
|
|||
Loading…
Reference in a new issue