Changed c++ version flag in binding.gyp

pull/847/head
murgatroid99 10 years ago
parent 9ef1610cbb
commit d7e3a2b1f5
  1. 2
      src/node/binding.gyp

@ -10,7 +10,7 @@
"<!(node -e \"require('nan')\")" "<!(node -e \"require('nan')\")"
], ],
'cflags': [ 'cflags': [
'-std=c++11', '-std=c++0x',
'-Wall', '-Wall',
'-pthread', '-pthread',
'-pedantic', '-pedantic',

Loading…
Cancel
Save