forked from GitHub/gf-core
Disable the jit on aarch64
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
//#define PGF_JIT_DEBUG
|
||||
|
||||
#ifdef EMSCRIPTEN
|
||||
#if defined(EMSCRIPTEN) || defined(LIGHTNING_AARCH64)
|
||||
|
||||
PGF_INTERNAL PgfJitState*
|
||||
pgf_new_jit(PgfReader* rdr)
|
||||
|
||||
Reference in New Issue
Block a user