summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index 43fd9ffa03f4..e2c38c40284c 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -90,6 +90,12 @@ link-shared = false
# with clang-cl, so this is special in that it only compiles LLVM with clang-cl
#clang-cl = '/path/to/clang-cl.exe'
+# Use libc++ when building LLVM instead of libstdc++. This is the default on
+# platforms already use libc++ as the default C++ library, but this option
+# allows you to use libc++ even on platforms when it's not. You need to ensure
+# that your host compiler ships with libc++.
+#use-libcxx = true
+
# =============================================================================
# General build configuration options
# =============================================================================
@@ -282,7 +288,7 @@ codegen-units = 0
codegen-units-std = 1
# Whether or not debug assertions are enabled for the compiler and standard
-# library. Also enables compilation of debug! and trace! logging macros.
+# library.
debug-assertions = false
# Whether or not debuginfo is emitted