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 6import feature ; 7 8#| tag::doc[] 9 10[[bbv2.builtin.features.mflags]]`mflags`:: 11The value of this feature is passed without modification to the tool when 12compiling Objective C sources. 13 14 15|# # end::doc[] 16 17feature.feature mflags 18 : 19 : free ; 20 21#| tag::doc[] 22 23[[bbv2.builtin.features.mmflags]]`mmflags`:: 24The value of this feature is passed without modification to the tool when 25compiling Objective {CPP} sources. 26 27 28|# # end::doc[] 29 30feature.feature mmflags 31 : 32 : free ; 33