Skip to content

Commit 2c2c4f0

Browse files
author
Teseo Schneider
committed
multi3d compilation on windows?
1 parent 8e8cc09 commit 2c2c4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def build_extension(self, ext):
6161
if sys.maxsize > 2**32:
6262
cmake_args += ['-A', 'x64']
6363
build_args += ['--', '/m']
64+
build_args += ['--', '/MP']
6465
else:
6566
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
6667
build_args += ['--', '-j2']

0 commit comments

Comments
 (0)