Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Aug 5, 2024
1 parent a8538b9 commit 7bd4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_ext_modules():
on_windows = platform.system() == 'Windows'
args = ['/openmp' if on_windows else '-fopenmp']
cpp_args = [
'/std:c++20' if on_windows else '-std=c++2a',
'/std:c++17' if on_windows else '-std=c++17',
'/O3' if on_windows else '-O3',
] # FIXME: account for higher gcc versions

Expand Down

0 comments on commit 7bd4753

Please sign in to comment.