summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2021-06-06 08:57:41 +0800
committerpingplug2021-06-06 08:57:41 +0800
commitbcf6d03a92d7be0ea8ef0f497e59e1f1ac72b765 (patch)
tree774711f75c3e3ecdc6f1598be06b7c7b4e2b1680 /mingw-config.toml
parent43dc270ec48f8476886fad2ed9cd2635fea11499 (diff)
downloadaur-bcf6d03a92d7be0ea8ef0f497e59e1f1ac72b765.tar.gz
Updated to 1.52.1
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml29
1 files changed, 26 insertions, 3 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 648596401afd..d98f073c6366 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -208,6 +208,11 @@ target = ["x86_64-unknown-linux-gnu", "i686-pc-windows-gnu", "x86_64-pc-windows-
# documentation.
docs = false
+# Flag to specify whether CSS, JavaScript, and HTML are minified when
+# docs are generated. JSON is always minified, because it's enormous,
+# and generated in already-minified form from the beginning.
+#docs-minification = true
+
# Indicate whether the compiler should be documented in addition to the standard
# library and facade crates.
compiler-docs = false
@@ -290,6 +295,12 @@ local-rebuild = false
# tracking over time)
print-step-timings = false
+# Print out resource usage data for each rustbuild step, as defined by the Unix
+# struct rusage. (Note that this setting is completely unstable: the data it
+# captures, what platforms it supports, the format of its associated output, and
+# this setting's very existence, are all subject to change.)
+#print-step-rusage = false
+
# =============================================================================
# General install configuration options
# =============================================================================
@@ -358,6 +369,12 @@ optimize = true
#
debug = false
+# Whether to download the stage 1 and 2 compilers from CI.
+# This is mostly useful for tools; if you have changes to `compiler/` they will be ignored.
+#
+# FIXME: currently, this also uses the downloaded compiler for stage0, but that causes unnecessary rebuilds.
+#download-rustc = false
+
# Number of codegen units to use for each compiler invocation. A value of 0
# means "the number of cores on this machine", and 1+ is passed through to the
# compiler.
@@ -625,7 +642,9 @@ crt-static = false
# The full path to the musl libdir.
#musl-libdir = musl-root/lib
-# The root location of the `wasm32-wasi` sysroot.
+# The root location of the `wasm32-wasi` sysroot. Only used for the
+# `wasm32-wasi` target. If you are building wasm32-wasi target, make sure to
+# create a `[target.wasm32-wasi]` section and move this field there.
#wasi-root = "..."
# Used in testing for configuring where the QEMU images are located, you
@@ -695,7 +714,9 @@ crt-static = true
# The full path to the musl libdir.
#musl-libdir = musl-root/lib
-# The root location of the `wasm32-wasi` sysroot.
+# The root location of the `wasm32-wasi` sysroot. Only used for the
+# `wasm32-wasi` target. If you are building wasm32-wasi target, make sure to
+# create a `[target.wasm32-wasi]` section and move this field there.
#wasi-root = "..."
# Used in testing for configuring where the QEMU images are located, you
@@ -765,7 +786,9 @@ crt-static = true
# The full path to the musl libdir.
#musl-libdir = musl-root/lib
-# The root location of the `wasm32-wasi` sysroot.
+# The root location of the `wasm32-wasi` sysroot. Only used for the
+# `wasm32-wasi` target. If you are building wasm32-wasi target, make sure to
+# create a `[target.wasm32-wasi]` section and move this field there.
#wasi-root = "..."
# Used in testing for configuring where the QEMU images are located, you