summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
authorpingplug2022-04-08 17:52:47 +0800
committerpingplug2022-04-08 17:52:47 +0800
commitb81e3b27932cc212ff0fddfb086d98c36f3ad89a (patch)
treef4a1713df945900724bc440dddd011098db2d454 /mingw-config.toml
parent7e9c8e02d8845550e53e64ab741b24bf1fa429cb (diff)
downloadaur-b81e3b27932cc212ff0fddfb086d98c36f3ad89a.tar.gz
updated to 1.60.0
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 8f18ad2b6487..f0101bd7eda0 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -157,6 +157,9 @@ polly = false
# Whether to build the clang compiler.
clang = false
+# Custom CMake defines to set when building LLVM.
+#build-config = {}
+
# =============================================================================
# General build configuration options
# =============================================================================
@@ -289,7 +292,7 @@ verbose = 0
sanitizers = false
# Build the profiler runtime (required when compiling with options that depend
-# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`).
+# on this runtime, such as `-C profile-generate` or `-C instrument-coverage`).
profiler = false
# Indicates whether the native libraries linked into Cargo will be statically