mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Remove thinlto servobuild.config option (#30830)
Rust uses a version of ThinLTO by default now [1]. This can be tweaked by adjusting rust compiler flags, which is probably a better way of controlling this than a custom servo configuration considering: 1. We want to remove the custom servo configuration eventually. 2. The -Z option that this configuration currently uses is unsupported by stable rust. 1. https://blog.rust-lang.org/inside-rust/2020/06/29/lto-improvements.html
This commit is contained in:
parent
e7c412e7ca
commit
bbc35b682f
2 changed files with 0 additions and 7 deletions
|
@ -54,9 +54,6 @@ media-stack = "auto"
|
|||
#incremental = false
|
||||
#incremental = true
|
||||
|
||||
# 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