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 596d401 commit 7ddfa01Copy full SHA for 7ddfa01
1 file changed
binding.gyp
@@ -2,12 +2,7 @@
2
"targets": [
3
{
4
"target_name": "stack-trace",
5
- "sources": [ "module.cc" ],
6
- "cflags_cc": [ "-std=c++17" ],
7
- "cxxflags": [
8
- "-std=c++17"
9
- "-std=gnu++17"
10
- ],
+ "sources": [ "module.cc" ]
11
}
12
]
13
0 commit comments