Skip to content

Commit c656c3c

Browse files
committed
Add output
1 parent 1f2f1ba commit c656c3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/build/configure.py

-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ def write_config():
143143
bazel_rc.write("build:linux --copt=-Wno-error=stringop-overflow=\n")
144144
bazel_rc.write("build:linux --copt=-Wno-error\n")
145145
# For a cleaner output
146-
bazel_rc.write("build --noshow_progress\n")
147-
bazel_rc.write("build --noshow_loading_progress\n")
148146
bazel_rc.write("build --verbose_failures\n")
149147
bazel_rc.write("build --test_output=errors\n")
150148
bazel_rc.write("build --experimental_ui_max_stdouterr_bytes=-1\n")

0 commit comments

Comments
 (0)