From 2f4161c210ba637114be7e34713aede5bbb05365 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Sun, 4 Mar 2018 19:28:57 -0800 Subject: Use stack frame size limits for consistency with internal builds --- grpc.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'grpc.gyp') 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', -- cgit v1.2.3