build: apk release opt level

This commit is contained in:
ardocrat 2024-07-03 13:41:01 +03:00
parent 03a3dc097a
commit b56b3f7cfc

View file

@ -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"