Merge pull request #5274 from Cacodemon345/x64-ndr-fixes
Revert some unnecessary changes for NDR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user