mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Use 'thin' LTO to reduce build time
On my machine, linking takes ~10s with 'thin' LTO and ~40s with 'fat' LTO.
This commit is contained in:
parent
fc8f75606b
commit
11cae2fa91
1 changed files with 1 additions and 1 deletions
|
|
@ -62,4 +62,4 @@ hex_lit = "0.1.1"
|
|||
tempfile = "3.14"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = "thin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue