summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2018-06-11 17:37:23 +0800
committerpingplug2018-06-11 17:37:23 +0800
commitb3d0bf4fdc53ab7fd802ff34d69ea60dfb775c0e (patch)
tree3dbda43ea2533272c34b6577d416f7d7ddb7d764 /mingw-config.toml
parent4a64d93076d5b68456dd4668c9567ea2f7150021 (diff)
downloadaur-b3d0bf4fdc53ab7fd802ff34d69ea60dfb775c0e.tar.gz
use ninja, build lld
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 add5ab1e0d13..6911db941fcd 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -44,7 +44,7 @@ static-libstdcpp = true
# Tell the LLVM build system to use Ninja instead of the platform default for
# the generated build system. This can sometimes be faster than make, for
# example.
-ninja = false
+ninja = true
# LLVM targets to build support for.
# Note: this is NOT related to Rust compilation targets. However, as Rust is
@@ -337,7 +337,7 @@ wasm-syscall = false
# Indicates whether LLD will be compiled and made available in the sysroot for
# rustc to execute.
-lld = false
+lld = true
# =============================================================================
# Options for specific targets