Brian Silverman | b2215d0 | 2015-11-23 19:10:15 -0500 | [diff] [blame] | 1 | # Use our CROSSTOOL. |
Brian Silverman | fbe4fd5 | 2015-10-26 10:40:55 -0400 | [diff] [blame] | 2 | build --crosstool_top=//tools/cpp:toolchain |
Brian Silverman | b2215d0 | 2015-11-23 19:10:15 -0500 | [diff] [blame] | 3 | # Don't switch HOST compilers. |
| 4 | build --host_crosstool_top=//tools/cpp:toolchain |
Brian Silverman | fbe4fd5 | 2015-10-26 10:40:55 -0400 | [diff] [blame] | 5 | |
Brian Silverman | 5bc5434 | 2015-11-26 22:57:46 -0500 | [diff] [blame^] | 6 | # Always include debug information in the non-.stripped binaries. |
| 7 | build --strip=never |
| 8 | |
Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 9 | # Show paths to a few more than just 1 target. |
| 10 | build --show_result 15 |
Brian Silverman | 12b3fc5 | 2015-10-11 19:38:33 -0400 | [diff] [blame] | 11 | # Dump the output of the failing test to stdout. |
| 12 | test --test_output=errors |