We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7e3d5 commit a909541Copy full SHA for a909541
src/bootstrap/config.rs
@@ -243,14 +243,14 @@ struct Install {
243
#[derive(Deserialize, Default)]
244
#[serde(deny_unknown_fields, rename_all = "kebab-case")]
245
struct Llvm {
246
- ccache: Option<StringOrBool>,
247
- ninja: Option<bool>,
248
- assertions: Option<bool>,
249
optimize: Option<bool>,
250
thin_lto: Option<bool>,
251
release_debuginfo: Option<bool>,
+ assertions: Option<bool>,
+ ccache: Option<StringOrBool>,
252
version_check: Option<bool>,
253
static_libstdcpp: Option<bool>,
+ ninja: Option<bool>,
254
targets: Option<String>,
255
experimental_targets: Option<String>,
256
link_jobs: Option<u32>,
0 commit comments