diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-09-19 11:25:45 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-09-19 14:28:06 +0300 |
| commit | 4e090e70d16328db375fed1e8729680c27ba7935 (patch) | |
| tree | 2b6fad9500d194a71f04a182701c5502a0b70a7d | |
| parent | 7d579046c80d3de3143dcb8b2db5640f95b5383c (diff) | |
| download | rust-4e090e70d16328db375fed1e8729680c27ba7935.tar.gz rust-4e090e70d16328db375fed1e8729680c27ba7935.zip | |
update `llvm.download-ci-llvm` documentation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index c66d65e639a..47ebb20d8fa 100644 --- a/config.example.toml +++ b/config.example.toml @@ -53,7 +53,7 @@ # # Note that many of the LLVM options are not currently supported for # downloading. Currently only the "assertions" option can be toggled. -#download-ci-llvm = if rust.channel == "dev" || rust.download-rustc != false { "if-unchanged" } else { false } +#download-ci-llvm = true # Indicates whether the LLVM build is a Release or Debug build #optimize = true |
