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 \