-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
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.rustflags(feat: addrust.rustflagsoption tobootstrap.toml#148795) - maybe add
rustflags-bootstrapandrustflags-no-bootstraplike it's done to env variables? - maybe
rustflagsper target ?
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)