aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
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 /tools
parent41c396ec8880e696b7709d1b636a48fbd882b581 (diff)
parent2f4161c210ba637114be7e34713aede5bbb05365 (diff)
Merge pull request #14591 from vjpai/framesize
Build with stack frame size limits
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazel.rc b/tools/bazel.rc
index 8af2fc981d..ed9169fc79 100644
--- a/tools/bazel.rc
+++ b/tools/bazel.rc
@@ -1,5 +1,6 @@
build --client_env=CC=clang
build --copt -DGRPC_BAZEL_BUILD
+build --copt -Wframe-larger-than=16384
build:asan --strip=never
build:asan --copt -fsanitize-coverage=edge