summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2018-02-16 18:14:18 +0800
committerpingplug2018-02-16 18:14:18 +0800
commita74f717456d18266c9ab535a146ef81fac8fbc75 (patch)
treeb0ec9abbb8c45099c7c772e732115ae471824999 /mingw-config.toml
parentbbe0efe2a3b236604b8fce8394a6a18a1e7b38ff (diff)
downloadaur-a74f717456d18266c9ab535a146ef81fac8fbc75.tar.gz
Updated to 1.24.0
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index f04753b49328..1129c1b57095 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -60,9 +60,8 @@ targets = "X86"
# LLVM experimental targets to build support for. These targets are specified in
# the same format as above, but since these targets are experimental, they are
# not built by default and the experimental Rust compilation targets that depend
-# on them will not work unless the user opts in to building them. Possible
-# experimental LLVM targets include WebAssembly for the
-# wasm32-experimental-emscripten Rust target.
+# on them will not work unless the user opts in to building them. By default the
+# `WebAssembly` target is enabled when compiling LLVM from scratch.
experimental-targets = ""
# Cap the number of parallel linker invocations when compiling LLVM.
@@ -302,6 +301,10 @@ dist-src = false
# As a side-effect also generates MIR for all libraries.
test-miri = false
+# After building or testing extended tools (e.g. clippy and rustfmt), append the
+# result (broken, compiling, testing) into this JSON file.
+#save-toolstates = "/path/to/toolstates.json"
+
# =============================================================================
# Options for specific targets
#