Skip to content

Commit b72f5ba

Browse files
committed
Force c++17
1 parent 8f5b5ad commit b72f5ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

binding.gyp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"targets": [
33
{
44
"target_name": "stack-trace",
5-
"sources": [ "module.cc" ]
5+
"sources": [ "module.cc" ],
6+
"cxxflags": [
7+
"-std=c++17"
8+
],
69
}
710
]
811
}

0 commit comments

Comments
 (0)