diff --git a/.bazelrc b/.bazelrc index 814163970..a5046412c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -12,5 +12,8 @@ build:linux --cxxopt=-std=c++14 build:macos --cxxopt=-std=c++14 build:windows --cxxopt=/std:c++14 +# Print command lines for build commands. +build --subcommands=pretty_print + # Print test logs for failed tests. test --test_output=errors