Skip to content

Commit

Permalink
Use c++11 with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Oct 15, 2020
1 parent 9af460d commit 126a905
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 @@ -69,7 +69,7 @@
ext = '.pyx' if USE_CYTHON else '.cpp'

extra_compile_args = {
'msvc': ['/std:c++latest', '/EHsc'],
'msvc': ['/std:c11', '/EHsc'],
'unix': ['-std=c++11'],
}

Expand Down

0 comments on commit 126a905

Please sign in to comment.