Static link gcc properly
This commit is contained in:
parent
55d2da1737
commit
179eb4c36b
|
@ -93,7 +93,7 @@ if (NOT MSVC)
|
||||||
-Wstrict-prototypes
|
-Wstrict-prototypes
|
||||||
-Wmissing-prototypes
|
-Wmissing-prototypes
|
||||||
-Wconversion -Wno-sign-conversion
|
-Wconversion -Wno-sign-conversion
|
||||||
-static-libgcc
|
-static -static-libgcc -static-libstdc++
|
||||||
)
|
)
|
||||||
endif (NOT MSVC)
|
endif (NOT MSVC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue