Try adding other size shrinking options
This commit is contained in:
parent
60d32a89a6
commit
9dea39b30a
@ -17,3 +17,6 @@ shellwords = "1"
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
strip = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user