From 02d3d71b900c8c2e05c68cb40d656e84a5365786 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Tue, 1 Nov 2022 22:04:17 +0100 Subject: strip binary in release mode this is intended for routers without much disk space --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a395053..3cebb81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = true + [dependencies] inwx = { version = "0.1.0", git = "https://github.com/HimbeerserverDE/inwx-rs.git" } ipnet = "2.5.0" -- cgit v1.2.3