blob: 7b16af4e66b2a145f665d8f52e5d9492ccc1884b [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 Silverman5bc54342015-11-26 22:57:46 -05006# Always include debug information in the non-.stripped binaries.
7build --strip=never
8
Brian Silverman516ceb22015-11-27 01:29:05 -05009# Use the malloc we want.
10build --custom_malloc=//tools/cpp:malloc
11
Brian Silverman12b3fc52015-10-11 19:38:33 -040012# Show paths to a few more than just 1 target.
13build --show_result 15
Brian Silverman12b3fc52015-10-11 19:38:33 -040014# Dump the output of the failing test to stdout.
15test --test_output=errors