commit | 516ceb2c7eebc10b9163e5e04792b2eb264ac1d2 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 01:29:05 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 18:26:15 2015 -0500 |
tree | c78ce82e8562c08459ae3c5fa3ad62a2bf5bcc1a | |
parent | 390d8a090d55be724b8d8f7c137813fb5a331aab [diff] [blame] |
Actually use tcmalloc and test for it Change-Id: I61e47db48fca960b77eafaf4c8bda4b4d9517617
diff --git a/tools/bazel.rc b/tools/bazel.rc index 568cc30..7b16af4 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc
@@ -6,6 +6,9 @@ # Always include debug information in the non-.stripped binaries. build --strip=never +# Use the malloc we want. +build --custom_malloc=//tools/cpp:malloc + # Show paths to a few more than just 1 target. build --show_result 15 # Dump the output of the failing test to stdout.