summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2018-03-05 16:20:49 +0800
committerpingplug2018-03-05 19:29:08 +0800
commitbb47221eab19a9da531d478fac18287f689257c4 (patch)
tree2c1302ea47f6c6de9a9d6fefe7fcd02c008d42b4 /mingw-config.toml
parent278b002370a33bdd8f688ff68649179db96d2190 (diff)
downloadaur-bb47221eab19a9da531d478fac18287f689257c4.tar.gz
Updated to 1.24.1
use source in vendor dir disable extended build
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 1129c1b57095..82bb696ebec5 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -136,7 +136,7 @@ python = "python2.7"
locked-deps = false
# Indicate whether the vendored sources are used for Rust dependencies or not
-vendor = false
+vendor = true
# Typically the build system will build the rust compiler twice. The second
# compiler, however, will simply use its own libraries to link against. If you
@@ -149,7 +149,7 @@ full-bootstrap = false
# but also tools such as Cargo. This will also produce "combined installers"
# which are used to install Rust and Cargo together. This is disabled by
# default.
-extended = true
+extended = false
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
verbose = 0