From 8d36ccff9f49bda63ab779cc130fadd564873bc4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 1 Sep 2023 17:14:02 +0100 Subject: [PATCH] Strip and optimise binary --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4d315e4..bfe95de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,7 @@ edition = "2021" axum = "0.6.20" nix = { version="0.27.1", features=["user"]} tokio = { version="1.32.0", features=["macros", "rt-multi-thread"]} + +[profile.release] +strip = true +lto = true