]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/tools/features/strip-feature.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / strip-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 # Controls whether the binary should be stripped -- that is have
7 # everything not necessary to running removed. This option should
8 # not be very often needed.
9 #
10 # NOTE: Also, this feature will show up in
11 # target paths of everything, not just binaries.
12 #
13 # TODO: Should fix that when implementing feature relevance.
14
15 import feature ;
16
17 feature.feature strip
18 : off on
19 : propagated ;