Skip to content

Commit

Permalink
enable threadsafety by default in fastjet (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Mar 28, 2023
1 parent 499c127 commit 43d6ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def build_extensions(self):

args = [
f"--prefix={OUTPUT}",
"--enable-thread-safety",
"--disable-auto-ptr",
"--enable-allcxxplugins",
"--enable-cgal-header-only",
Expand Down

0 comments on commit 43d6ef5

Please sign in to comment.