perf(cargo): re-enable opt-level 3 and set panic="abort" to reduce size
This commit is contained in:
parent
6ebdcdc23f
commit
ae5f151932
1 changed files with 3 additions and 2 deletions
|
|
@ -42,12 +42,13 @@ package = "smithay-client-toolkit"
|
|||
# rev = "c583de8"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = "s"
|
||||
opt-level = 3
|
||||
lto = "off"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
opt-level = 3
|
||||
lto = "thin"
|
||||
panic = "abort"
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue