From c4aa0331c108f55c5a56193fac0249a27767de03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 10 Oct 2018 15:45:34 +0200 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/22450 PR-URL: https://github.com/nodejs/node/pull/23408 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Refael Ackermann Reviewed-By: Richard Lau Reviewed-By: Sakthipriyan Vairamani --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 4c2bd4d0bbcc7e..b98e37d944d7f0 100755 --- a/configure.py +++ b/configure.py @@ -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.