aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-05 14:27:14 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-05 14:27:14 -0700
commitdd8bc8cfb468807c5b4576aa8816b0cc0c7aeef7 (patch)
treeb22035e4f375526d83f1152abd07e9c53d977499 /grpc.gyp
parent7f9470297f0d3bd1bea0f75678e031b8170c494a (diff)
moved nanopb flags from Makefile.template to build.yaml
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 2ceae3fe36..1a5b429bbd 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -59,6 +59,8 @@
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
'-Wno-deprecated-declarations',
+ '-Ithird_party/nanopb',
+ '-DPB_FIELD_32BIT',
],
'ldflags': [
'-g',
@@ -137,6 +139,8 @@
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
'-Wno-deprecated-declarations',
+ '-Ithird_party/nanopb',
+ '-DPB_FIELD_32BIT',
],
'OTHER_CPLUSPLUSFLAGS': [
'-g',
@@ -147,6 +151,8 @@
'-Wno-unused-parameter',
'-DOSATOMIC_USE_INLINED=1',
'-Wno-deprecated-declarations',
+ '-Ithird_party/nanopb',
+ '-DPB_FIELD_32BIT',
'-stdlib=libc++',
'-std=c++11',
'-Wno-error=deprecated-declarations',