Temp fix for load issues on Linux.

This commit is contained in:
Nicholas Hastings
2017-12-05 20:44:53 -05:00
parent c33bf330a0
commit 4007ec8cf8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ class SMConfig(object):
def configure_linux(self, cxx):
cxx.defines += ['_LINUX', 'POSIX', '_FILE_OFFSET_BITS=64']
cxx.linkflags += ['-Wl,--exclude-libs,ALL', '-lm']
cxx.linkflags += ['-lm']
if cxx.family == 'gcc':
cxx.linkflags += ['-static-libgcc']
elif cxx.family == 'clang':