From 73a321259de6de76ba19e43280cad75049d06e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Thu, 25 Jan 2024 19:18:41 +0100 Subject: [PATCH] Remove debug info and strip binaries. It is stable enough now --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd4f572..c372171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wstunnel" -version = "9.2.1" +version = "9.2.2" edition = "2021" repository = "https://github.com/erebe/wstunnel.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -61,4 +61,5 @@ lto = "fat" panic = "abort" codegen-units = 1 opt-level = 3 -debug = 1 +debug = 0 +strip = "symbols"