]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/features/asmflags-feature.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / asmflags-feature.jam
CommitLineData
b32b8144
FG
1# Copyright 2017 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
1e59de90
TL
3# (See accompanying file LICENSE.txt or copy at
4# https://www.bfgroup.xyz/b2/LICENSE.txt)
b32b8144 5
b32b8144
FG
6import feature ;
7
f67539c2
TL
8#| tag::doc[]
9
10[[bbv2.builtin.features.asmflags]]`asmflags`::
11The value of this feature is passed without modification to the assembler.
12
13|# # end::doc[]
14
b32b8144
FG
15feature.feature asmflags
16 :
1e59de90 17 : free optional ;