We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284a34 commit 2a30e1aCopy full SHA for 2a30e1a
setup.py
@@ -53,7 +53,7 @@ def build_extension(self, ext):
53
cmake_args += [
54
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
55
else:
56
- build_args += ['--', '-j2']
+ build_args += ['--', '-j1']
57
58
env = os.environ.copy()
59
env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(
0 commit comments