From 4ea1530f160efc2875de6e69caa97df660819cfc Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Thu, 3 Jul 2025 16:50:22 -0400 Subject: [PATCH] test.sh re-add jit code --- tests/test.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index 29f0d8631..721012777 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -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 \