From 179eb4c36b4b0905c5d83b47c09c44abf4662847 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 11 May 2018 22:02:30 +0200 Subject: [PATCH] Static link gcc properly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b1bdd5..4315175 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ if (NOT MSVC) -Wstrict-prototypes -Wmissing-prototypes -Wconversion -Wno-sign-conversion - -static-libgcc + -static -static-libgcc -static-libstdc++ ) endif (NOT MSVC)