Skip to content

Commit

Permalink
Add output
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Nov 9, 2023
1 parent 1f2f1ba commit c656c3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/build/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def write_config():
bazel_rc.write("build:linux --copt=-Wno-error=stringop-overflow=\n")
bazel_rc.write("build:linux --copt=-Wno-error\n")
# For a cleaner output
bazel_rc.write("build --noshow_progress\n")
bazel_rc.write("build --noshow_loading_progress\n")
bazel_rc.write("build --verbose_failures\n")
bazel_rc.write("build --test_output=errors\n")
bazel_rc.write("build --experimental_ui_max_stdouterr_bytes=-1\n")
Expand Down

0 comments on commit c656c3c

Please sign in to comment.