We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2f1ba commit c656c3cCopy full SHA for c656c3c
tools/build/configure.py
@@ -143,8 +143,6 @@ def write_config():
143
bazel_rc.write("build:linux --copt=-Wno-error=stringop-overflow=\n")
144
bazel_rc.write("build:linux --copt=-Wno-error\n")
145
# For a cleaner output
146
- bazel_rc.write("build --noshow_progress\n")
147
- bazel_rc.write("build --noshow_loading_progress\n")
148
bazel_rc.write("build --verbose_failures\n")
149
bazel_rc.write("build --test_output=errors\n")
150
bazel_rc.write("build --experimental_ui_max_stdouterr_bytes=-1\n")
0 commit comments