## bool_flag bool_flag(name) A bool-typed build setting that can be set on the command line ### Attributes
bool_flag(name)
name
A unique name for this target.
bool_setting(name)
int_flag(name)
int_setting(name)
string_flag(name, values)
values
The list of allowed values for this setting. An error is raised if any other value is given.
string_list_flag(name)
string_list_setting(name)
string_setting(name, values)
BuildSettingInfo(value)
value
The value of the build setting in the current configuration. This value may come from the command line or an upstream transition, or else it will be the build setting's default.