mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-23 03:35:42 +08:00
Enable LTO
This commit is contained in:
parent
120dc5c49f
commit
2f373d839c
@ -9,6 +9,8 @@ edition = "2021"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
overflow-checks = true
|
overflow-checks = true
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "fish"
|
name = "fish"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user