diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 24f7d9116..0c9c4661f 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -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}