We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329dacf commit c4c0e3eCopy full SHA for c4c0e3e
src/bootstrap/defaults/config.library.toml
@@ -1,10 +1,4 @@
1
# These defaults are meant for contributors to the standard library and documentation.
2
-[build]
3
-# When building the standard library, you almost never want to build the compiler itself.
4
-build-stage = 0
5
-test-stage = 0
6
-bench-stage = 0
7
-
8
[rust]
9
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
10
incremental = true
0 commit comments