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]
|
[profile.release-apk]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
strip = true
|
strip = true
|
||||||
opt-level = "z"
|
opt-level = 3
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
Loading…
Reference in a new issue