Skip to content

Commit

Permalink
Update C++ version, Venemo#190
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed May 12, 2021
1 parent 031e2bb commit 45ab8a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"-fPIC",
"-fvisibility=hidden",
"-fvisibility-inlines-hidden",
"-std=c++0x"
"-std=c++14"
]
}],
["OS=='mac'", {
Expand All @@ -57,9 +57,9 @@
}]
],
"xcode_settings": {
"OTHER_CPLUSPLUSFLAGS" : ["-std=c++11"],
"OTHER_CPLUSPLUSFLAGS" : ["-std=c++14"],
"MACOSX_DEPLOYMENT_TARGET": "10.7",
"OTHER_LDFLAGS": ["-std=c++11"],
"OTHER_LDFLAGS": ["-std=c++14"],
"CLANG_CXX_LIBRARY": "libc++"
}
}],
Expand Down

0 comments on commit 45ab8a3

Please sign in to comment.