cmake: rdynamic needs to be a *link* flag (not a compile flag)
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_compile_options(
|
||||
target_link_options(
|
||||
${OLIVE_TARGET}
|
||||
PRIVATE
|
||||
-rdynamic
|
||||
|
||||
Reference in New Issue
Block a user