]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/compileflags-feature.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / compileflags-feature.jam
1 # Copyright 2020 René Ferdinand Rivera Morell
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.compileflags]]`compileflags`::
11 The value of this feature is passed without modification to the corresponding
12 tools. The values from the `compileflags` is applied to all compilation of any
13 language for the tools.
14
15 |# # end::doc[]
16
17 feature.feature compileflags
18 :
19 : free optional ;