Misc NDR changes
Force NDR on ARMv7/ARM64 Make GCC/Clang not use anything in the red zone Compile with `-fno-omit-frame-pointer`
This commit is contained in:
@@ -223,6 +223,9 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user