removed static build flags on mingw

master
emekoi 2019-03-27 00:54:46 -05:00 committed by Andrew Kelley
parent 85575704a4
commit cf4e9a27c5
1 changed files with 1 additions and 3 deletions

View File

@ -6607,9 +6607,7 @@ endif()
set(OPTIMIZED_C_FLAGS "-std=c99 -O3")
set(EXE_LDFLAGS " ")
if(MINGW)
set(EXE_LDFLAGS "-static -static-libgcc -static-libstdc++")
elseif(MSVC)
if(MSVC)
set(EXE_LDFLAGS "/STACK:16777216")
elseif(ZIG_STATIC)
if(APPLE)