From dd8bc8cfb468807c5b4576aa8816b0cc0c7aeef7 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Tue, 5 Jun 2018 14:27:14 -0700 Subject: moved nanopb flags from Makefile.template to build.yaml --- grpc.gyp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'grpc.gyp') 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', -- cgit v1.2.3