]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
bless ui/while-let
[rust.git] / config.toml.example
index f5a348593699fdbe3e912d3def210cdd5a668f9f..c68d358b6a67e03a8469a65b59b042bdb45da5de 100644 (file)
 # 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
 # =============================================================================