We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
config.codegen.toml
1 parent f4b0887 commit 3655b83Copy full SHA for 3655b83
src/bootstrap/defaults/config.codegen.toml
@@ -16,9 +16,9 @@ backtrace-on-ice = true
16
lto = "off"
17
18
[llvm]
19
-# build llvm from source
+# Will download LLVM from CI if available on your platform.
20
download-ci-llvm = "if-unchanged"
21
-# This enables debug-assertions in LLVM,
+# This enables debug-assertions in LLVM (or downloads a CI build with assertions),
22
# catching logic errors in codegen much earlier in the process.
23
assertions = true
24
# enable warnings during the llvm compilation
0 commit comments