aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-19 17:35:21 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-19 17:35:21 -0800
commit195c042d3231d0ebbb1c2684ce32457b879062ef (patch)
tree0bc7008391d95c89af9135cd9a1cc34fde623070 /gRPC-Core.podspec
parentf9f78e45d7ce173994d46dca400979381fe417d5 (diff)
Replace PB_FIELD_16BIT with PB_FIELD_32BIT
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index f0a715cb58..bd48ea3825 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -93,7 +93,7 @@ Pod::Spec.new do |s|
}
s.default_subspecs = 'Interface', 'Implementation'
- s.compiler_flags = '-DGRPC_ARES=0', '-DPB_FIELD_16BIT'
+ s.compiler_flags = '-DGRPC_ARES=0', '-DPB_FIELD_32BIT'
s.libraries = 'c++'
# Like many other C libraries, gRPC-Core has its public headers under `include/<libname>/` and its