Skip to content

Commit

Permalink
Import/export.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Dec 13, 2024
1 parent 1fbb4ab commit 3f1d670
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 @@ -2,6 +2,7 @@

def extra_compile_args():
"""Returns extra compiler args for platform."""
import sys
if sys.platform == 'win32':
return ['/std:c++20', '/O2', '/DNDEBUG'] # for Visual Studio C++

Expand Down

0 comments on commit 3f1d670

Please sign in to comment.