-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-bootstrap-configArea: bootstrap `config.toml` and the config systemArea: bootstrap `config.toml` and the config systemT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Add a rustflags like you can do in cargo configuration.
This option should just append it's contents at the end of the end of rustflags passed to the compiler.
This consists of implementing:
- global
rust.rustflagsand per targetrustflags(addrust.rustflagsand per targetrustflagsoptions tobootstrap.toml#148795)
Metadata
Metadata
Assignees
Labels
A-bootstrap-configArea: bootstrap `config.toml` and the config systemArea: bootstrap `config.toml` and the config systemT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)