2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Add missing compileflags feature.

fixes #653
This commit is contained in:
Rene Rivera
2020-09-12 09:13:44 -05:00
parent ec31848830
commit 30bb04845e

View File

@@ -0,0 +1,19 @@
# Copyright 2020 René Ferdinand Rivera Morell
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import feature ;
#| tag::doc[]
[[bbv2.builtin.features.compileflags]]`cflags`::
The value of this feature is passed without modification to the corresponding
tools. The values from the `compileflags` is applied to all compilation of any
language for the tools.
|# # end::doc[]
feature.feature compileflags
:
: free ;