Skip to content

Commit 2cb89c1

Browse files
committed
- enable jit by default for AMD64
1 parent 988d162 commit 2cb89c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ endif (BUILD_libCombine)
155155

156156
set (BUILD_NativeJIT_DEFAULT OFF)
157157

158-
if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64)
158+
if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR STREQUAL AMD64)
159159
set (BUILD_NativeJIT_DEFAULT ON)
160160
endif ()
161161

0 commit comments

Comments
 (0)