Disable JIT logs

This commit is contained in:
Paweł Bylica 2014-12-12 11:48:15 +01:00
parent b1b94de243
commit b3a17341e4

View file

@ -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);