Revert some unnecessary changes for NDR

This commit is contained in:
Cacodemon345
2025-03-03 01:06:03 +06:00
parent 6b55b2383a
commit 8d6087a016

View File

@@ -223,10 +223,6 @@ elseif(APPLE AND NOT QT)
COMPONENT Runtime)
endif()
if(NEW_DYNAREC AND (ARCH STREQUAL "x86_64") AND (NOT WIN32))
add_compile_options(-mno-red-zone -fno-omit-frame-pointer)
endif()
# Install the PDB file on Windows builds
if(MSVC)
# CMake fully supports PDB files on MSVC-compatible compilers