mirror of https://github.com/grpc/grpc-node.git
Merge pull request #905 from nicolasnoble/c++14
Trying to enable C++14.
This commit is contained in:
commit
c61d7382df
|
@ -78,7 +78,7 @@
|
|||
],
|
||||
'cflags_cc': [
|
||||
'-Werror',
|
||||
'-std=c++11'
|
||||
'-std=c++1y'
|
||||
],
|
||||
'include_dirs': [
|
||||
'deps/grpc',
|
||||
|
@ -209,7 +209,7 @@
|
|||
'-DPB_FIELD_32BIT',
|
||||
'-fvisibility=hidden',
|
||||
'-stdlib=libc++',
|
||||
'-std=c++11',
|
||||
'-std=c++1y',
|
||||
'-Wno-error=deprecated-declarations'
|
||||
],
|
||||
},
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
],
|
||||
'cflags_cc': [
|
||||
'-Werror',
|
||||
'-std=c++11'
|
||||
'-std=c++1y'
|
||||
],
|
||||
'include_dirs': [
|
||||
'deps/grpc',
|
||||
|
@ -178,7 +178,7 @@
|
|||
'${item}',
|
||||
% endfor
|
||||
'-stdlib=libc++',
|
||||
'-std=c++11',
|
||||
'-std=c++1y',
|
||||
'-Wno-error=deprecated-declarations'
|
||||
],
|
||||
% endif
|
||||
|
|
Loading…
Reference in New Issue