Skip to content

Commit

Permalink
fix: require c++14 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 22, 2023
1 parent 720bfc2 commit b4b52dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"xcode_settings": {
"GCC_SYMBOLS_PRIVATE_EXTERN": "YES", # -fvisibility=hidden
"OTHER_CPLUSPLUSFLAGS": [
"-std=c++11",
"-std=c++14",
"-stdlib=libc++",
"-fexceptions"
],
Expand Down

0 comments on commit b4b52dd

Please sign in to comment.