Skip to content

Commit

Permalink
- enable jit by default for AMD64
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Feb 3, 2022
1 parent 988d162 commit 2cb89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ endif (BUILD_libCombine)

set (BUILD_NativeJIT_DEFAULT OFF)

if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64)
if (CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_SYSTEM_PROCESSOR STREQUAL AMD64)
set (BUILD_NativeJIT_DEFAULT ON)
endif ()

Expand Down

0 comments on commit 2cb89c1

Please sign in to comment.