From 30a54329e47822679828bebe6d9e95f41baf5ed3 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sun, 26 May 2024 10:03:15 +0800 Subject: [PATCH] Fix #114 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3aebc6b..809d98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,3 +57,6 @@ serde_json = "1.0" [[bin]] name = "tun2proxy" path = "src/bin/main.rs" + +[profile.release] +strip = "symbols"