mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11)
This allows us to start experimenting with -Z thinlto
This commit is contained in:
parent
82a013ae07
commit
d4933148d4
3 changed files with 7 additions and 1 deletions
|
@ -57,6 +57,9 @@ debug-mozjs = false
|
|||
# Enable rustc’s incremental compilation
|
||||
#incremental = false
|
||||
|
||||
# Whether to use ThinLTO or not
|
||||
#thinlto = false
|
||||
|
||||
# Android information
|
||||
[android]
|
||||
# Defaults to the value of $ANDROID_SDK, $ANDROID_NDK, $ANDROID_TOOLCHAIN, $ANDROID_PLATFORM respectively
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue