mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-05 03:34:24 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
volatile int use_v4_jit_flag = -1;
|
volatile int use_v4_jit_flag = 1;
|
||||||
|
|
||||||
static inline int use_v4_jit(void)
|
static inline int use_v4_jit(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user