diff options
| author | Matt Harding <majaharding@gmail.com> | 2023-04-08 07:16:24 +0100 |
|---|---|---|
| committer | Matt Harding <majaharding@gmail.com> | 2023-04-08 07:16:24 +0100 |
| commit | ee554e24445effe121393f06d1f4f6dae9332ad4 (patch) | |
| tree | 480654edaf18b39c734c9d50514996e9b0b4ea07 | |
| parent | c4f686401dab0a532a6acd09aaaa2ba8ea99346c (diff) | |
| download | rust-ee554e24445effe121393f06d1f4f6dae9332ad4.tar.gz rust-ee554e24445effe121393f06d1f4f6dae9332ad4.zip | |
Make "codegen" config.toml profile build llvm
| -rw-r--r-- | src/bootstrap/defaults/config.codegen.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/defaults/config.codegen.toml b/src/bootstrap/defaults/config.codegen.toml index 20b2699c761..113df88d7c3 100644 --- a/src/bootstrap/defaults/config.codegen.toml +++ b/src/bootstrap/defaults/config.codegen.toml @@ -9,6 +9,8 @@ compiler-docs = true assertions = true # enable warnings during the llvm compilation enable-warnings = true +# build llvm from source +download-ci-llvm = false [rust] # This enables `RUSTC_LOG=debug`, avoiding confusing situations |
