mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Disable the jit on aarch64
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
//#define PGF_JIT_DEBUG
|
//#define PGF_JIT_DEBUG
|
||||||
|
|
||||||
#ifdef EMSCRIPTEN
|
#if defined(EMSCRIPTEN) || defined(LIGHTNING_AARCH64)
|
||||||
|
|
||||||
PGF_INTERNAL PgfJitState*
|
PGF_INTERNAL PgfJitState*
|
||||||
pgf_new_jit(PgfReader* rdr)
|
pgf_new_jit(PgfReader* rdr)
|
||||||
|
|||||||
Reference in New Issue
Block a user