]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/fflags-feature.jam
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / fflags-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.fflags]]`fflags`::
11 The value of this feature is passed without modification to the tool when
12 compiling Fortran sources.
13
14 |# # end::doc[]
15
16 feature.feature fflags
17 :
18 : free optional ;