mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
removed static build flags on mingw
This commit is contained in:
parent
85575704a4
commit
cf4e9a27c5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user