mirror of https://github.com/grpc/grpc-node.git
Changed c++ version flag in binding.gyp
This commit is contained in:
parent
6282b25d37
commit
380f929a70
|
@ -10,7 +10,7 @@
|
|||
"<!(node -e \"require('nan')\")"
|
||||
],
|
||||
'cflags': [
|
||||
'-std=c++11',
|
||||
'-std=c++0x',
|
||||
'-Wall',
|
||||
'-pthread',
|
||||
'-pedantic',
|
||||
|
|
Loading…
Reference in New Issue