test.sh re-add jit code

This commit is contained in:
Joseph Mattiello 2025-07-03 16:50:22 -04:00
parent d7c7d93329
commit 4ea1530f16
1 changed files with 0 additions and 9 deletions

View File

@ -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 \