Skip to content

Commit

Permalink
Merge pull request #92 from anqurvanillapy/master
Browse files Browse the repository at this point in the history
fix #82: Update compiler flag '-std=c++17'
  • Loading branch information
maxbrunsfeld committed Sep 15, 2021
2 parents 964c797 + ccd2c95 commit 16302f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Expand Up @@ -28,10 +28,10 @@
}]
],
"cflags": [
"-std=c++0x",
"-std=c++17",
],
'xcode_settings': {
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++17',
},
},
{
Expand Down

0 comments on commit 16302f9

Please sign in to comment.