From 6bdf7b18ae8654de3272ba96cba61c036d43a48b Mon Sep 17 00:00:00 2001 From: Deep Date: Sun, 21 Sep 2025 16:04:53 +0530 Subject: [PATCH] Opt --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 41f476b..c14099f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ release = false [lib] crate-type = ["cdylib"] +[profile.release] +lto = true +codegen-units = 1 + [dependencies] # Worker & Web APIs worker = { version = "0.6", features = ["axum", "http", "d1"] }