Skip to content

Commit 7ddfa01

Browse files
committed
Revert
1 parent 596d401 commit 7ddfa01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

binding.gyp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"targets": [
33
{
44
"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-
],
5+
"sources": [ "module.cc" ]
116
}
127
]
138
}

0 commit comments

Comments
 (0)