From af407cbf7cbd021aca0f44d55abe590ea603d119 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 11 Oct 2023 15:42:24 -0400 Subject: [PATCH] Enable exceptions for QCoro --- launcher/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)