We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f6864 commit ee554e2Copy full SHA for ee554e2
src/bootstrap/defaults/config.codegen.toml
@@ -9,6 +9,8 @@ compiler-docs = true
9
assertions = true
10
# enable warnings during the llvm compilation
11
enable-warnings = true
12
+# build llvm from source
13
+download-ci-llvm = false
14
15
[rust]
16
# This enables `RUSTC_LOG=debug`, avoiding confusing situations
0 commit comments