mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Allow disabling LLVM assertions in rustc (fixes #15548)
This commit is contained in:
parent
336e6c8f28
commit
57fd45a5c2
3 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue