Skip to content

Commit 812587e

Browse files
committed
Keep node-gyp from injecting its own -std= argument
1 parent 68ddaae commit 812587e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/realm.gypi

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
],
77
"cflags_cc!": [
88
"-fno-exceptions",
9-
"-fno-rtti"
9+
"-fno-rtti",
10+
"-std=gnu++0x"
1011
],
1112
"cflags_cc": [
1213
"-fexceptions",

0 commit comments

Comments
 (0)