[RSYM64] Nuke rsym64

It's purpose was to create x64 unwind information from DWARF debug info, but it was never fully working and is pointless now anyway, because x64 GCC does this itself properly.
This commit is contained in:
Timo Kreuzer 2025-01-25 09:43:03 +02:00
parent 5d30831fb8
commit 4a5fdb9a3a
7 changed files with 17 additions and 1137 deletions

View file

@ -14,6 +14,8 @@ endif()
# Dwarf based builds (no rsym)
if(CMAKE_BUILD_TYPE STREQUAL "Release")
set(NO_ROSSYM TRUE)
elseif(NOT ARCH STREQUAL "i386")
set(NO_ROSSYM TRUE)
elseif(NOT DEFINED NO_ROSSYM)
set(NO_ROSSYM FALSE)
endif()