From 1d241c75184d36cc06e7fa36fbf708b9d0c0a857 Mon Sep 17 00:00:00 2001 From: k4yt3x <i@k4yt3x.com> Date: Tue, 12 Apr 2022 00:12:21 +0000 Subject: [PATCH] added strip to reduce binary size --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 88a8484..518fce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ keywords = ["simple", "http", "server", "static", "file"] repository = "https://github.com/TheWaWaR/simple-http-server" edition = "2018" +[profile.release] +strip = "symbols" + [dependencies] clap = "2.33.0" termcolor = "1.0.5" -- GitLab