aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bazel.rc
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-09-28 17:17:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 17:21:20 -0700
commit47503fdbfa72357e1419972986a4415ab3ad92a6 (patch)
tree4e63d0a6cec7be9c3f01c24c053e13c31ff11219 /tools/bazel.rc
parent05e5d2a1a9d5471d634043135834ecae4355926a (diff)
Disable jemalloc, and remove its configuration option.
PiperOrigin-RevId: 215020524
Diffstat (limited to 'tools/bazel.rc')
-rw-r--r--tools/bazel.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazel.rc b/tools/bazel.rc
index 3734fab715..0cd148ed87 100644
--- a/tools/bazel.rc
+++ b/tools/bazel.rc
@@ -73,6 +73,7 @@ build --define=grpc_no_ares=true
build --spawn_strategy=standalone
build --genrule_strategy=standalone
build -c opt
+build --define=with_jemalloc=false
# Other build flags.
build --define=grpc_no_ares=true