Provide the option to use libc++ even on all platforms
This is the default on platforms which use libc++ as the default C++ library but this option allows using libc++ on others as well.
This commit is contained in:
parent
36500deb1a
commit
7306b87f12
5 changed files with 17 additions and 0 deletions
|
@ -62,6 +62,7 @@ o("full-tools", None, "enable all tools")
|
|||
o("lld", "rust.lld", "build lld")
|
||||
o("lldb", "rust.lldb", "build lldb")
|
||||
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
|
||||
o("use-libcxx", "llvm.use_libcxx", "build LLVM with libc++")
|
||||
|
||||
# Optimization and debugging options. These may be overridden by the release
|
||||
# channel, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue