Skip to content

Commit c4aa033

Browse files
committed
build: make configure script verbose by default
The change that added the --verbose flag was supposed to be semver-major but already landed in a 10.x release. Refs: #22450 PR-URL: #23408 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent a65bb42 commit c4aa033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
parser.add_option('--verbose',
563563
action='store_true',
564564
dest='verbose',
565-
default=False,
565+
default=True,
566566
help='get more output from this script')
567567

568568
# Create compile_commands.json in out/Debug and out/Release.

0 commit comments

Comments
 (0)