提交 171d1286 authored 作者: Frederic's avatar Frederic

remove the pthread library as we don't use it.

it was causing compilation problem on windows for someone on the mailing list.
上级 6657d35b
......@@ -51,7 +51,7 @@ except ImportError:
loc = os.path.join(config.compiledir, dirname)
if not os.path.exists(loc):
os.mkdir(loc)
preargs = ['-pthread', '-fwrapv', '-O2', '-fno-strict-aliasing']
preargs = ['-fwrapv', '-O2', '-fno-strict-aliasing']
preargs += cmodule.GCC_compiler.compile_args()
cmodule.GCC_compiler.compile_str(dirname, code, location=loc,
preargs=preargs)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论