Skip to content

Commit

Permalink
build: make configure script verbose by default
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
targos committed Oct 10, 2018
1 parent a65bb42 commit c4aa033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
parser.add_option('--verbose',
action='store_true',
dest='verbose',
default=False,
default=True,
help='get more output from this script')

# Create compile_commands.json in out/Debug and out/Release.
Expand Down

0 comments on commit c4aa033

Please sign in to comment.