diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index d0b114b..a8b5d5b 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -145,6 +145,7 @@ target_link_libraries(astra PRIVATE QCoro::Core QCoro::Network QCoro::Qml) +target_compile_options(astra PRIVATE -fexceptions) if (BUILD_FLATPAK) target_compile_definitions(astra PRIVATE FLATPAK)