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 6bb4003 commit a182622Copy full SHA for a182622
setup.py
@@ -67,7 +67,7 @@ def build_extension(self, ext):
67
cmake_args += ['-A', 'x64']
68
build_args += ['--', '/m']
69
else:
70
- build_args += ['--', '-j']
+ build_args += ['--', '-j2']
71
72
env = os.environ.copy()
73
env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(env.get('CXXFLAGS', ''),self.distribution.get_version())
0 commit comments