mirror of https://github.com/grpc/grpc-node.git
Also tweaking local template.
This commit is contained in:
parent
50f6994510
commit
b847e405e8
|
@ -69,11 +69,9 @@
|
|||
'-g',
|
||||
],
|
||||
'cflags_c': [
|
||||
'-Werror',
|
||||
'-std=c99'
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-Werror',
|
||||
'-std=c++1y'
|
||||
],
|
||||
'include_dirs': [
|
||||
|
|
|
@ -65,11 +65,9 @@
|
|||
% endif
|
||||
% endfor
|
||||
'cflags_c': [
|
||||
'-Werror',
|
||||
'-std=c99'
|
||||
],
|
||||
'cflags_cc': [
|
||||
'-Werror',
|
||||
'-std=c++1y'
|
||||
],
|
||||
'include_dirs': [
|
||||
|
|
Loading…
Reference in New Issue