Skip to content
Snippets Groups Projects
Commit 336159fc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Disable traceJIT on Raspberry PI

parent 6762bbd4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4449 failed
......@@ -35,6 +35,10 @@ ifneq ($(os),darwin)
endif
endif
endif
# Blacklist some machines...
ifeq ($(machine),armv7)
JS_CONFIGURE_ARGS += '--disable-tracejit'
endif
JS_CONFIGURE_ENV += 'CXXFLAGS=$(CXXFLAGS)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment