Allow disabling LLVM assertions in rustc (fixes #15548)

This commit is contained in:
Anthony Ramine 2017-02-15 11:47:03 +01:00 committed by Simon Sapin
parent 336e6c8f28
commit 57fd45a5c2
3 changed files with 15 additions and 4 deletions

View file

@ -39,6 +39,9 @@ rustc-with-gold = true
# Defaults to prompting before building
#mode = "dev"
# Whether to enable LLVM assertions in rustc.
#llvm-assertions = true
# Set "android = true" or use `mach build --android` to build the Android app.
android = false