Skip to content

Commit 2a30e1a

Browse files
disable parallel build
1 parent 9284a34 commit 2a30e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build_extension(self, ext):
5353
cmake_args += [
5454
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
5555
else:
56-
build_args += ['--', '-j2']
56+
build_args += ['--', '-j1']
5757

5858
env = os.environ.copy()
5959
env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(

0 commit comments

Comments
 (0)