diff --git a/Cargo.toml b/Cargo.toml index 4804bd9..0b713c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"