You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config.example.toml
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Sample TOML configuration file for building Rust.
2
2
#
3
-
# To configure rustbuild, run `./configure` or `./x.py setup`.
3
+
# To configure bootstrap, run `./configure` or `./x.py setup`.
4
4
# See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml for more information.
5
5
#
6
6
# All options are commented out by default in this file, and they're commented
@@ -109,7 +109,7 @@
109
109
# increases the size of binaries and consequently the memory required by
110
110
# each linker process.
111
111
# If set to 0, linker invocations are treated like any other job and
112
-
# controlled by rustbuild's -j parameter.
112
+
# controlled by bootstrap's -j parameter.
113
113
#link-jobs = 0
114
114
115
115
# Whether to build LLVM as a dynamically linked library (as opposed to statically linked).
@@ -371,11 +371,11 @@
371
371
# Useful for modifying only the stage2 compiler without having to pass `--keep-stage 0` each time.
372
372
#local-rebuild = false
373
373
374
-
# Print out how long each rustbuild step took (mostly intended for CI and
374
+
# Print out how long each bootstrap step took (mostly intended for CI and
375
375
# tracking over time)
376
376
#print-step-timings = false
377
377
378
-
# Print out resource usage data for each rustbuild step, as defined by the Unix
378
+
# Print out resource usage data for each bootstrap step, as defined by the Unix
379
379
# struct rusage. (Note that this setting is completely unstable: the data it
380
380
# captures, what platforms it supports, the format of its associated output, and
381
381
# this setting's very existence, are all subject to change.)
0 commit comments