Static link gcc properly

This commit is contained in:
Linus Probert 2018-05-11 22:02:30 +02:00
parent 55d2da1737
commit 179eb4c36b
1 changed files with 1 additions and 1 deletions

View File

@ -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)