We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05fbaa commit ecf98b0Copy full SHA for ecf98b0
Makefile
@@ -54,10 +54,9 @@ BUILD_DOWNLOAD_FLAGS ?= --download=all
54
BUILD_INTL_FLAGS ?= --with-intl=small-icu
55
BUILD_RELEASE_FLAGS ?= $(BUILD_DOWNLOAD_FLAGS) $(BUILD_INTL_FLAGS)
56
57
-# Default to verbose builds.
58
-# To do quiet/pretty builds, run `make V=` to set V to an empty string,
59
-# or set the V environment variable to an empty string.
60
-V ?= 1
+# Default to quiet/pretty builds.
+# To do verbose builds, run `make V=1` or set the V environment variable.
+V ?= 0
61
62
# Use -e to double check in case it's a broken link
63
# Use $(PWD) so we can cd to anywhere before calling this
0 commit comments