diff --git a/Cargo.toml b/Cargo.toml index 1eadf60b..38611aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"