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

Disable TraceJIT on FreeBSD

It's gotten too crashy lately.
parent 5c12fc2e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4297 passed
...@@ -30,10 +30,8 @@ endif ...@@ -30,10 +30,8 @@ endif
# OS/2 and "GNU" (HURD?) also need this, but we never plan to support them. # OS/2 and "GNU" (HURD?) also need this, but we never plan to support them.
ifneq ($(os),darwin) ifneq ($(os),darwin)
ifneq ($(os),linux) ifneq ($(os),linux)
ifneq ($(os),freebsd) ifneq ($(os),sunos)
ifneq ($(os),sunos) JS_CONFIGURE_ARGS += '--disable-tracejit'
JS_CONFIGURE_ARGS += '--disable-tracejit'
endif
endif endif
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment