From ee554e24445effe121393f06d1f4f6dae9332ad4 Mon Sep 17 00:00:00 2001 From: Matt Harding Date: Sat, 8 Apr 2023 07:16:24 +0100 Subject: [PATCH] Make "codegen" config.toml profile build llvm --- src/bootstrap/defaults/config.codegen.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bootstrap/defaults/config.codegen.toml b/src/bootstrap/defaults/config.codegen.toml index 20b2699c761b..113df88d7c34 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