mirror of https://github.com/helix-editor/helix
Add an optimised release profile
parent
8e07e1b898
commit
66637be700
|
@ -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…
Reference in New Issue