PackageRecipe.buildSettings

Build settings influence the command line arguments and options passed to the compiler and linker.

All build settings can be present at the top level, and are optional. Build settings can also be found in configurations.

struct PackageRecipe
@Optional
BuildSettingsTemplate buildSettings;

Meta