1
Fork 0

Add enable-missing-tools option

This commit is contained in:
Christian Poveda 2018-09-28 00:19:56 -05:00
parent 7d52cbce6d
commit 53254a888b
4 changed files with 20 additions and 5 deletions

View file

@ -69,6 +69,7 @@ o("profiler", "build.profiler", "build the profiler runtime")
o("emscripten", None, "compile the emscripten backend as well as LLVM")
o("full-tools", None, "enable all tools")
o("lldb", "rust.lldb", "build lldb")
o("enable-missing-tools", "build.missing-tools", "allow failures when building tools")
# Optimization and debugging options. These may be overridden by the release
# channel, etc.