Remove debug info and strip binaries. It is stable enough now

This commit is contained in:
Σrebe - Romain GERARD 2024-01-25 19:18:41 +01:00
parent f0cb4ab671
commit 73a321259d
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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"