diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-10-09 19:02:42 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-10-12 14:16:04 +0200 |
commit | d4933148d4ec0bbf07eb27ebae32224b13ce56f9 (patch) | |
tree | b72f70a73b786014955bec3ebe4a2bbac6056156 /servobuild.example | |
parent | 82a013ae073e1e546d80866710ca395bb71cab7c (diff) | |
download | servo-d4933148d4ec0bbf07eb27ebae32224b13ce56f9.tar.gz servo-d4933148d4ec0bbf07eb27ebae32224b13ce56f9.zip |
Update Rust to 1.22.0-nightly (a47c9f870 2017-10-11)
This allows us to start experimenting with -Z thinlto
Diffstat (limited to 'servobuild.example')
-rw-r--r-- | servobuild.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/servobuild.example b/servobuild.example index f36fa525d67..f1eb98e799c 100644 --- a/servobuild.example +++ b/servobuild.example @@ -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 |