Skip to content

Commit

Permalink
[BugFix] C++17 (pytorch#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored May 19, 2023
1 parent 9a8ac32 commit 460d78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_extensions():
extra_compile_args = {
"cxx": [
"-O3",
"-std=c++14",
"-std=c++17",
"-fdiagnostics-color=always",
]
}
Expand All @@ -132,7 +132,7 @@ def get_extensions():
"-O0",
"-fno-inline",
"-g",
"-std=c++14",
"-std=c++17",
"-fdiagnostics-color=always",
]
}
Expand Down

0 comments on commit 460d78f

Please sign in to comment.