We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d38973 commit 9a212fbCopy full SHA for 9a212fb
binding.gyp
@@ -9,6 +9,7 @@
9
"OgreMaterialParser.cc", "OgreMaterialParser.hh"],
10
'cflags_cc!': [ '-fno-rtti', '-fno-exceptions' ],
11
'cflags!': [ '-fno-exceptions' ],
12
+ "cflags_cc": [ '-std=c++17' ],
13
"conditions": [
14
['OS=="linux"', {
15
'cflags': [
0 commit comments