We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5b5ad commit b72f5baCopy full SHA for b72f5ba
binding.gyp
@@ -2,7 +2,10 @@
2
"targets": [
3
{
4
"target_name": "stack-trace",
5
- "sources": [ "module.cc" ]
+ "sources": [ "module.cc" ],
6
+ "cxxflags": [
7
+ "-std=c++17"
8
+ ],
9
}
10
]
11
0 commit comments