Skip to content

Commit ee554e2

Browse files
committed
Make "codegen" config.toml profile build llvm
1 parent c4f6864 commit ee554e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/defaults/config.codegen.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ compiler-docs = true
99
assertions = true
1010
# enable warnings during the llvm compilation
1111
enable-warnings = true
12+
# build llvm from source
13+
download-ci-llvm = false
1214

1315
[rust]
1416
# This enables `RUSTC_LOG=debug`, avoiding confusing situations

0 commit comments

Comments
 (0)