blob: 548f82b09d785b9a52010e8816a178e7745904c7 [file] [log] [blame]
Brian Silvermanb2215d02015-11-23 19:10:15 -05001# Use our CROSSTOOL.
Brian Silvermanfbe4fd52015-10-26 10:40:55 -04002build --crosstool_top=//tools/cpp:toolchain
Brian Silvermanb2215d02015-11-23 19:10:15 -05003# Don't switch HOST compilers.
4build --host_crosstool_top=//tools/cpp:toolchain
Brian Silvermanfbe4fd52015-10-26 10:40:55 -04005
Brian Silverman12b3fc52015-10-11 19:38:33 -04006# Show paths to a few more than just 1 target.
7build --show_result 15
Brian Silverman12b3fc52015-10-11 19:38:33 -04008# Dump the output of the failing test to stdout.
9test --test_output=errors