Skip to content

Commit

Permalink
Revert "Remove -static-libgcc to fix the system proxy."
Browse files Browse the repository at this point in the history
This reverts commit c82faf7.

I hope this fixes huge amount of crashes in recent versions.
  • Loading branch information
john-preston committed Apr 1, 2024
1 parent 199ce0e commit b875d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options_linux.cmake
Expand Up @@ -52,6 +52,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
target_link_options(common_options
INTERFACE
-static-libstdc++
-static-libgcc
)
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
target_link_static_libraries(common_options
Expand Down

0 comments on commit b875d0a

Please sign in to comment.