mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
sort release options
This commit is contained in:
parent
0f29e172d2
commit
55504dbed2
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ features = ["crossterm", "serde"]
|
|||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
strip = "symbols"
|
||||
|
|
Loading…
Reference in a new issue