aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-03-12 14:21:10 -0700
committerGravatar GitHub <noreply@github.com>2018-03-12 14:21:10 -0700
commit2c6aee9cf7bb88ec35695887fe2a88b168519840 (patch)
tree12828dfe38c0305009da81a395fdf90031900f46 /grpc.gyp
parent41c396ec8880e696b7709d1b636a48fbd882b581 (diff)
parent2f4161c210ba637114be7e34713aede5bbb05365 (diff)
Merge pull request #14591 from vjpai/framesize
Build with stack frame size limits
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 0b60efe978..c5401f32b3 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -34,6 +34,7 @@
'Release': {
'cflags': [
'-O2',
+ '-Wframe-larger-than=16384',
],
'defines': [
'NDEBUG',