aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-03-04 19:28:57 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-03-05 16:43:32 -0800
commit2f4161c210ba637114be7e34713aede5bbb05365 (patch)
treef42b3c5b79bfb248e308aa5caae4be9b668d5fb8 /grpc.gyp
parent673439d5bd2d1711c10e8c4d29ceee3e67d585fd (diff)
Use stack frame size limits for consistency with internal builds
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 cd3deddb0e..ac4f0c8375 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -34,6 +34,7 @@
'Release': {
'cflags': [
'-O2',
+ '-Wframe-larger-than=16384',
],
'defines': [
'NDEBUG',