Skip to content

Commit

Permalink
Print command lines for build commands.
Browse files Browse the repository at this point in the history
Change-Id: If82bd24227325b17a3ba77ae4c76280e57fc2a64
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61450
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Corentin Le Molgat <[email protected]>
  • Loading branch information
junyer committed Jun 28, 2023
1 parent 9ea3eff commit 231c117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 231c117

Please sign in to comment.