diff options
Diffstat (limited to '')
-rw-r--r-- | .ci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |