add rdynamic to the linux build options
This appears to be necessary for debug symbols to show in the crash handler.
This commit is contained in:
@@ -107,6 +107,14 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_compile_options(
|
||||
${OLIVE_TARGET}
|
||||
PRIVATE
|
||||
-rdynamic
|
||||
)
|
||||
endif()
|
||||
|
||||
# Set include directories
|
||||
target_include_directories(
|
||||
${OLIVE_TARGET}
|
||||
|
||||
Reference in New Issue
Block a user