diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 12:29:36 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 12:29:36 +0000 |
commit | 53e87e090a87fb14c480e4ed435b3c05da4a1efb (patch) | |
tree | 3e5248c3cae1f345a1b30ebb8a20a1aeef0ecb68 /.ci | |
parent | project.cmake: insignificant refactoring (diff) | |
download | cmake-common-53e87e090a87fb14c480e4ed435b3c05da4a1efb.tar.gz cmake-common-53e87e090a87fb14c480e4ed435b3c05da4a1efb.zip |
project.boost: -d0 by default
Diffstat (limited to '.ci')
-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) |