summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2018-09-16 11:07:41 +0800
committerpingplug2018-09-16 11:07:41 +0800
commiteaeb6e60a884be9f6377463a5691846e1e389e1f (patch)
tree3f48c34213b24d32aa109e521f28d5d0e19c7bdd /mingw-config.toml
parentdb22421377f74b4faf53887ac0ff84cf0fc71310 (diff)
downloadaur-eaeb6e60a884be9f6377463a5691846e1e389e1f.tar.gz
Updated to 1.29.0
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 1c52bced8dd8..8c0a58bc8e8c 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -350,12 +350,19 @@ wasm-syscall = false
# rustc to execute.
lld = true
+# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
+# sysroot.
+llvm-tools = false
+
# Whether to deny warnings in crates
deny-warnings = false
# Print backtrace on internal compiler errors during bootstrap
backtrace-on-ice = false
+# Whether to verify generated LLVM IR
+verify-llvm-ir = false
+
# =============================================================================
# Options for specific targets
#