diff --git a/reqwest-jni/Cargo.toml b/reqwest-jni/Cargo.toml index 938be53..505c489 100644 --- a/reqwest-jni/Cargo.toml +++ b/reqwest-jni/Cargo.toml @@ -12,3 +12,6 @@ tokio = {version = "1.30.0", features = ["full"]} [lib] crate-type = ["cdylib"] + +[profile.release] +lto = true \ No newline at end of file