Skip to content

Commit aed7c0f

Browse files
committed
remove debugging statements
1 parent 741a685 commit aed7c0f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def build_cmake(self, extension):
190190

191191
cmake_args = [
192192
'-DCMAKE_BUILD_TYPE=' + config,
193-
'-DCMAKE_BUILD_PARALLEL_LEVEL=4',
194193
'-DWITH_STATIC_RUNTIME=ON'
195194
]
196195

@@ -207,8 +206,6 @@ def build_cmake(self, extension):
207206
cmake_args.append('win32')
208207

209208
if is_osx:
210-
#cmake_args.append('-DCLANG_USE_LIBCPP=ON')
211-
#cmake_args.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9')
212209
if 'arm64' in suffix:
213210
cmake_args.append('-DCMAKE_OSX_ARCHITECTURES=arm64')
214211
else:

0 commit comments

Comments
 (0)