Build everything with -pthread
This commit is contained in:
+2
-2
@@ -54,8 +54,8 @@ env = Environment(tools = ['default', 'textfile'])
|
||||
env.AddMethod(InstallPerm)
|
||||
Export('env', 'build_type', 'prefix', 'version_info', 'test_xml')
|
||||
|
||||
env.Append(CFLAGS = ['-Wall', '-Wextra', '-pipe', '-ggdb'])
|
||||
env.Append(LINKFLAGS = ['-O2'])
|
||||
env.Append(CFLAGS = ['-Wall', '-Wextra', '-pipe', '-ggdb', '-pthread'])
|
||||
env.Append(LINKFLAGS = ['-O2', '-pthread'])
|
||||
env.Append(CPPDEFINES = ['_FILE_OFFSET_BITS=64'])
|
||||
|
||||
if build_type == 'release':
|
||||
|
||||
Reference in New Issue
Block a user