these --static flags should be optional
This commit is contained in:
parent
8146598967
commit
e8817489be
@ -464,9 +464,6 @@ elif GetOption('release'):
|
||||
env.Append(CCFLAGS=['-funsafe-loop-optimizations'])
|
||||
|
||||
if GetOption('static'):
|
||||
if not msvc:
|
||||
env.Append(CCFLAGS=['-static-libgcc', '-static-libstdc++'])
|
||||
env.Append(LINKFLAGS=['-static-libgcc', '-static-libstdc++'])
|
||||
if platform == "Windows":
|
||||
env.Append(CPPDEFINES=['PTW32_STATIC_LIB'])
|
||||
if not msvc:
|
||||
|
Loading…
Reference in New Issue
Block a user