test.sh re-add jit code
This commit is contained in:
parent
d7c7d93329
commit
4ea1530f16
|
@ -25,15 +25,9 @@ export VULKAN_SDK="${HOME}/VulkanSDK/macOS"
|
|||
|
||||
# Initialize flags
|
||||
C_FLAGS="-arch ${ARCH} \
|
||||
-DTARGET_NO_REC=ON \
|
||||
-DNO_JIT=ON \
|
||||
-DUSE_JIT=OFF \
|
||||
-DTARGET_NO_NIXPROF"
|
||||
|
||||
CXX_FLAGS="-arch ${ARCH} \
|
||||
-DTARGET_NO_REC=ON \
|
||||
-DNO_JIT=ON \
|
||||
-DUSE_JIT=OFF \
|
||||
-DTARGET_NO_NIXPROF"
|
||||
|
||||
|
||||
|
@ -80,9 +74,6 @@ fi
|
|||
-DBUILD_TESTING=ON \
|
||||
-DENABLE_OPENMP=OFF \
|
||||
-DUSE_JIT=OFF \
|
||||
-DENABLE_DYNAREC=OFF \
|
||||
-DFEAT_AREC=OFF \
|
||||
-DFEAT_SHREC=DYNAREC_NONE \
|
||||
-DUSE_BREAKPAD=OFF \
|
||||
-DTARGET_NO_NIXPROF=ON \
|
||||
-DENABLE_LOG=ON \
|
||||
|
|
Loading…
Reference in New Issue