aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
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 /build.yaml
parent41c396ec8880e696b7709d1b636a48fbd882b581 (diff)
parent2f4161c210ba637114be7e34713aede5bbb05365 (diff)
Merge pull request #14591 from vjpai/framesize
Build with stack frame size limits
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 6afd48ca72..3bb85a88c9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -5376,11 +5376,11 @@ configs:
DEFINES: NDEBUG
LDFLAGS: -rdynamic
noexcept:
- CPPFLAGS: -O2
+ CPPFLAGS: -O2 -Wframe-larger-than=16384
CXXFLAGS: -fno-exceptions
DEFINES: NDEBUG
opt:
- CPPFLAGS: -O2
+ CPPFLAGS: -O2 -Wframe-larger-than=16384
DEFINES: NDEBUG
stapprof:
CPPFLAGS: -O2 -DGRPC_STAP_PROFILER