Move MinGW linker dist option to proper section
This commit is contained in:
parent
ad963232d9
commit
cf4fcf82e1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue