mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[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:
parent
5d30831fb8
commit
4a5fdb9a3a
7 changed files with 17 additions and 1137 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue