mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 01:08:30 +12:00
Linux: Print demangled symbols on backtrace (#312)
This commit is contained in:
parent
0c9fb3143f
commit
431c5a101f
4 changed files with 61 additions and 6 deletions
|
@ -35,6 +35,10 @@ elseif(UNIX)
|
|||
add_compile_options(-Wno-ambiguous-reversed-operator)
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
add_link_options(-rdynamic)
|
||||
endif()
|
||||
|
||||
add_compile_options(-Wno-multichar -Wno-invalid-offsetof -Wno-switch -Wno-ignored-attributes -Wno-deprecated-enum-enum-conversion)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue