]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/flags-feature.jam
a0c416609417b16ae696913ab6db044f3db0b745
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / flags-feature.jam
1 # Copyright 2017 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt)
5
6 import feature ;
7
8 #| tag::doc[]
9
10 [[bbv2.builtin.features.flags]]`flags`::
11 This feature is used for generic, i.e. non-language specific, flags for tools.
12 The value of this feature is passed without modification to the tool that will
13 build the target.
14
15 |# # end::doc[]
16
17 feature.feature flags
18 :
19 : free ;