commit | fbe4fd56a9df8e34c3143345c8bfeb725f7b6227 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Oct 26 10:40:55 2015 -0400 |
committer | Brian Silverman <brians> | Mon Oct 26 10:44:03 2015 -0400 |
tree | bb0df67e2e50e837af02eecaf0b8c7e011260cf6 | |
parent | 885c6da823a7a3e105f7776c46b5624a4ffec878 [diff] [blame] |
Work with newer Bazel too Change-Id: I1b13cd9661903afc2130e13699ebc8c0c39c3a0d
diff --git a/tools/bazel.rc b/tools/bazel.rc index 1b77288..5ea0fcf 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc
@@ -9,6 +9,8 @@ # TODO(Brian): Fix Bazel so this actually does something again... build --hdrs_check=strict +build --crosstool_top=//tools/cpp:toolchain + # Show paths to a few more than just 1 target. build --show_result 15 # Dump the output of the failing test to stdout.