mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add an optimised release profile
This commit is contained in:
parent
8e07e1b898
commit
66637be700
@ -20,3 +20,10 @@ split-debuginfo = "unpacked"
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
# debug = true
|
||||
|
||||
[profile.opt]
|
||||
inherits = "release"
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
# strip = "debuginfo" # TODO: or strip = true
|
||||
opt-level = 3
|
||||
|
Loading…
Reference in New Issue
Block a user