We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ddaae commit 812587eCopy full SHA for 812587e
src/node/realm.gypi
@@ -6,7 +6,8 @@
6
],
7
"cflags_cc!": [
8
"-fno-exceptions",
9
- "-fno-rtti"
+ "-fno-rtti",
10
+ "-std=gnu++0x"
11
12
"cflags_cc": [
13
"-fexceptions",
0 commit comments