Skip to content

Commit

Permalink
Add -O3 option
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jan 11, 2025
1 parent 1f86014 commit f663d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools
from distutils.core import setup, Extension

cpp_args = ['-std=c++17']
cpp_args = ['-std=c++17', '-O3']

README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
with open(README_PATH) as readme_file:
Expand Down

0 comments on commit f663d22

Please sign in to comment.