# Use our CROSSTOOL. | |
build --crosstool_top=//tools/cpp:toolchain | |
# Don't switch HOST compilers. | |
build --host_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. | |
test --test_output=errors |