Skip to content

Commit cf4fcf8

Browse files
committed
Move MinGW linker dist option to proper section
1 parent ad96323 commit cf4fcf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.example.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,6 @@ changelog-seen = 2
690690
# Build compiler with the optimization enabled and -Zvalidate-mir, currently only for `std`
691691
#validate-mir-opts = 3
692692

693-
# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
694-
# Only applies when the host or target is pc-windows-gnu.
695-
#include-mingw-linker = true
696-
697693
# =============================================================================
698694
# Options for specific targets
699695
#
@@ -844,3 +840,7 @@ changelog-seen = 2
844840
#
845841
# Available options: fast, balanced, best
846842
#compression-profile = "fast"
843+
844+
# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
845+
# Only applies when the host or target is pc-windows-gnu.
846+
#include-mingw-linker = true

0 commit comments

Comments
 (0)