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

Disable traceJIT on Raspberry PI

parent 1242eddf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment