build: compress android
This commit is contained in:
parent
383d733c2a
commit
c64477e870
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ crate-type = ["rlib"]
|
|||
[profile.release-apk]
|
||||
inherits = "release"
|
||||
strip = true
|
||||
opt-level = 3
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue