Disable LLVM assertions by default, on supported platforms.

But keep them on linux-dev CI.
This commit is contained in:
Simon Sapin 2017-02-15 14:55:44 +01:00
parent 4f10a0f2e1
commit bd8ec03740
4 changed files with 20 additions and 11 deletions

View file

@ -40,7 +40,7 @@ rustc-with-gold = true
#mode = "dev"
# Whether to enable LLVM assertions in rustc.
#llvm-assertions = true
#llvm-assertions = false
# Set "android = true" or use `mach build --android` to build the Android app.
android = false