Skip to content

Commit 3c376b0

Browse files
committed
Force verbose mode for zstd builds.
1 parent 850ff15 commit 3c376b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ $$(ZSTD_LIB-$(target)): $$(ZSTD_SRCDIR-$(target))/Makefile
477477
AS="$$(AS-$(target))" \
478478
CFLAGS="$$(CFLAGS-$(target))" \
479479
LDFLAGS="$$(LDFLAGS-$(target))" \
480-
make -C lib install-static install-includes PREFIX=$$(ZSTD_INSTALL-$(target)) \
480+
make V=1 -C lib install-static install-includes PREFIX=$$(ZSTD_INSTALL-$(target)) \
481481
2>&1 | tee -a ../zstd-$(ZSTD_VERSION).build.log
482482

483483
$$(ZSTD_DIST-$(target)): $$(ZSTD_LIB-$(target))

0 commit comments

Comments
 (0)