Merge pull request #5274 from Cacodemon345/x64-ndr-fixes

Revert some unnecessary changes for NDR
This commit is contained in:
Miran Grča
2025-03-02 20:23:46 +01:00
committed by GitHub

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