mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-26 23:04:39 +00:00
Turned of JIT compiler for Cryptnight R.
This commit is contained in:
parent
32e8a383d0
commit
15dbe57f04
@ -65,7 +65,7 @@ static void local_abort(const char *msg)
|
||||
#endif
|
||||
}
|
||||
|
||||
volatile int use_v4_jit_flag = -1;
|
||||
volatile int use_v4_jit_flag = 1;
|
||||
|
||||
static inline int use_v4_jit(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user