We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850ff15 commit 3c376b0Copy full SHA for 3c376b0
Makefile
@@ -477,7 +477,7 @@ $$(ZSTD_LIB-$(target)): $$(ZSTD_SRCDIR-$(target))/Makefile
477
AS="$$(AS-$(target))" \
478
CFLAGS="$$(CFLAGS-$(target))" \
479
LDFLAGS="$$(LDFLAGS-$(target))" \
480
- make -C lib install-static install-includes PREFIX=$$(ZSTD_INSTALL-$(target)) \
+ make V=1 -C lib install-static install-includes PREFIX=$$(ZSTD_INSTALL-$(target)) \
481
2>&1 | tee -a ../zstd-$(ZSTD_VERSION).build.log
482
483
$$(ZSTD_DIST-$(target)): $$(ZSTD_LIB-$(target))
0 commit comments