mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
bindings: disable LTO for faster builds
Summary: LTO does not buy us much - libbindings.so is 13MB disabled; 11MB enabled. But LTO increases build time significantly: - 24 seconds lto=false - 36 seconds lto=thin Therefore just disable LTO for faster builds. Reviewed By: xavierd Differential Revision: D17053932 fbshipit-source-id: efb437dbd2a26756bcc3f785901d06b286724835
This commit is contained in:
parent
c89cfad845
commit
05a2f169c8
@ -9,7 +9,7 @@ name = "bindings"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
lto = false
|
||||
|
||||
[dependencies]
|
||||
blackbox = { path = "../../../../lib/blackbox" }
|
||||
|
Loading…
Reference in New Issue
Block a user