Skip to content

Commit

Permalink
Add flags for better debug info
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686126139
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 15, 2024
1 parent c006c62 commit 88b5c5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/common.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ build --incompatible_use_host_features
# https://github.com/protocolbuffers/protobuf/issues/14313
common --noenable_bzlmod

# For easier debugging of build failures.
common --announce_rc
build --verbose_failures

# Important: this flag ensures that we remain compliant with the C++ layering
# check.
build --features=layering_check

0 comments on commit 88b5c5a

Please sign in to comment.