mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Enable LTO
This commit is contained in:
parent
120dc5c49f
commit
2f373d839c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ edition = "2021"
|
|||
|
||||
[profile.release]
|
||||
overflow-checks = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
[package]
|
||||
name = "fish"
|
||||
|
|
Loading…
Reference in a new issue