Skip to content

Commit

Permalink
Removed "--paralle 1" from building python again
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Sauter <[email protected]>
  • Loading branch information
COM8 committed Jul 27, 2022
1 parent 7673db6 commit 7ad254e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ def build_extension(self, ext):
]

cfg = 'Debug' if self.debug else 'Release'
build_args = ['--config', cfg,
'--parallel', '1']
build_args = ['--config', cfg]

env = os.environ.copy()
oldCxxFlags = env.get('CXXFLAGS', '')
Expand Down

0 comments on commit 7ad254e

Please sign in to comment.