]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/cflags-feature.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / cflags-feature.jam
1 # Copyright 2017 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE.txt or copy at
4 # https://www.bfgroup.xyz/b2/LICENSE.txt)
5
6 import feature ;
7
8 #| tag::doc[]
9
10 [[bbv2.builtin.features.cflags]]`cflags`; `cxxflags`; `linkflags`::
11 The value of these features is passed without modification to the corresponding
12 tools. For `cflags` that is both the C and {CPP} compilers, for `cxxflags` that
13 is the {CPP} compiler, and for `linkflags` that is the linker. The features are
14 handy when you are trying to do something special that cannot be achieved by a
15 higher-level feature in B2.
16
17 |# # end::doc[]
18
19 feature.feature cflags
20 :
21 : free optional ;