From 53e87e090a87fb14c480e4ed435b3c05da4a1efb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Mar 2020 12:29:36 +0000 Subject: project.boost: -d0 by default --- .ci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/Makefile') diff --git a/.ci/Makefile b/.ci/Makefile index bfc2917..0b768cf 100644 --- a/.ci/Makefile +++ b/.ci/Makefile @@ -19,8 +19,8 @@ SHELL := bash .SHELLFLAGS := -eu -o pipefail -c endif -# Shut Boost.Build's executable up: -b2_flags = -d0 +# Additional b2 flags: +b2_flags = # Basic stuff that needed to be abstracted away: ifeq ($(windows),1) -- cgit v1.2.3