We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508e81f commit db12ccdCopy full SHA for db12ccd
src/bootstrap/defaults/config.compiler.toml
@@ -19,6 +19,7 @@ lto = "off"
19
# Forces frame pointers to be used with `-Cforce-frame-pointers`.
20
# This can be helpful for profiling at a small performance cost.
21
frame-pointers = true
22
+download-rustc = false
23
24
[llvm]
25
# Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true`
src/bootstrap/defaults/config.library.toml
@@ -10,6 +10,7 @@ bench-stage = 0
10
incremental = true
11
# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown.
12
lto = "off"
13
14
15
16
# Will download LLVM from CI if available on your platform.
0 commit comments