From 1b2c96da4d49afd2b47124f3023eab1a6ba23c8c Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 16 Oct 2024 00:11:36 +0200 Subject: [PATCH] Update poco.mk --- external/updates/poco.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/updates/poco.mk b/external/updates/poco.mk index 99d658d2..0b2f025a 100644 --- a/external/updates/poco.mk +++ b/external/updates/poco.mk @@ -80,8 +80,7 @@ define POCO_CONFIGURE_CMDS $(POCO_CONF_OPTS) \ --unbundled \ --no-tests \ - --no-samples \ - V=1) >> $(POCO_BUILD_LOG) 2>&1 + --no-samples endef # Use $(MAKE1) to avoid failures with highly parallel builds, and log the build process to file