Skip to content

Commit 99d2900

Browse files
temporarily disable JIT on x86_64 macOS
1 parent 7631ab4 commit 99d2900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ detect_architecture("__arm__" ARM)
6363
detect_architecture("__aarch64__" ARM64)
6464

6565
cmake_dependent_option(ENABLE_JIT "Enable JIT recompiler" ON
66-
"ARCHITECTURE STREQUAL x86_64 OR ARCHITECTURE STREQUAL ARM64" OFF)
66+
"(ARCHITECTURE STREQUAL x86_64 AND NOT APPLE) OR ARCHITECTURE STREQUAL ARM64" OFF)
6767
cmake_dependent_option(ENABLE_JIT_PROFILING "Enable JIT profiling with VTune" OFF "ENABLE_JIT" OFF)
6868
option(ENABLE_OGLRENDERER "Enable OpenGL renderer" ON)
6969

0 commit comments

Comments
 (0)