Module build

Source
Expand description

This module defines the Build struct, which represents the [build] table in the bootstrap.toml configuration file.

The [build] table contains global options that influence the overall build process, such as default host and target triples, paths to tools, build directories, and various feature flags. These options apply across different stages and components unless specifically overridden by other configuration sections or command-line flags.

Structsยง

Build
TOML representation of various global build decisions.
Tool
Configuration specific for some tool, e.g. which features to enable during build.