summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2023-07-15 14:56:07 +0200
committerMateusz Mikuła <mati865@gmail.com>2023-07-15 15:43:19 +0200
commitcf4fcf82e17987949f422b8a26ae8425f87f4022 (patch)
tree6a9285a88a27bfcfa64ef8275891fbfc1a19a1fb /config.example.toml
parentad963232d9b987d66a6f8e6ec4141f672b8b9900 (diff)
Move MinGW linker dist option to proper section
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.example.toml b/config.example.toml
index 367f95b156f..b10922f8d04 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -690,10 +690,6 @@ changelog-seen = 2
# Build compiler with the optimization enabled and -Zvalidate-mir, currently only for `std`
#validate-mir-opts = 3
-# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
-# Only applies when the host or target is pc-windows-gnu.
-#include-mingw-linker = true
-
# =============================================================================
# Options for specific targets
#
@@ -844,3 +840,7 @@ changelog-seen = 2
#
# Available options: fast, balanced, best
#compression-profile = "fast"
+
+# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
+# Only applies when the host or target is pc-windows-gnu.
+#include-mingw-linker = true