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')\")"
],
'cflags': [
'-std=c++11',
'-std=c++0x',
'-Wall',
'-pthread',
'-pedantic',

Loading…
Cancel
Save