aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 12:29:36 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 12:29:36 +0000
commit53e87e090a87fb14c480e4ed435b3c05da4a1efb (patch)
tree3e5248c3cae1f345a1b30ebb8a20a1aeef0ecb68 /.ci
parentproject.cmake: insignificant refactoring (diff)
downloadcmake-common-53e87e090a87fb14c480e4ed435b3c05da4a1efb.tar.gz
cmake-common-53e87e090a87fb14c480e4ed435b3c05da4a1efb.zip
project.boost: -d0 by default
Diffstat (limited to '')
-rw-r--r--.ci/Makefile4
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)