From 55d2da17374ec4489f733eb39f87cba4225a9f41 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 11 May 2018 19:53:22 +0200 Subject: [PATCH] Static link gcc libs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5dfeb6..3b1bdd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,6 +93,7 @@ if (NOT MSVC) -Wstrict-prototypes -Wmissing-prototypes -Wconversion -Wno-sign-conversion + -static-libgcc ) endif (NOT MSVC)