Skip to content

Commit e35cb7a

Browse files
author
Teseo Schneider
committed
removed multi 3d compilation
1 parent 8f72a19 commit e35cb7a

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
@@ -50,7 +50,7 @@ def build_extension(self, ext):
5050
if os.environ.get('CMAKE_GENERATOR') != "NMake Makefiles":
5151
if sys.maxsize > 2**32:
5252
cmake_args += ['-A', 'x64']
53-
build_args += ['--', '/m']
53+
# build_args += ['--', '/m']
5454
else:
5555
build_args += ['--', '-j2']
5656

0 commit comments

Comments
 (0)