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