mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Add an optimised release profile
This commit is contained in:
parent
8e07e1b898
commit
66637be700
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ split-debuginfo = "unpacked"
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
# debug = true
|
# debug = true
|
||||||
|
|
||||||
|
[profile.opt]
|
||||||
|
inherits = "release"
|
||||||
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
|
# strip = "debuginfo" # TODO: or strip = true
|
||||||
|
opt-level = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue