Skip to content

Commit

Permalink
these --static flags should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jul 11, 2016
1 parent 8146598 commit e881748
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SConscript
Expand Up @@ -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:
Expand Down

0 comments on commit e881748

Please sign in to comment.