Strip release binaries
All checks were successful
/ clippy (push) Successful in 2m22s
/ tests (push) Successful in 3m17s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m34s
/ check (x86_64-unknown-linux-musl) (push) Successful in 3m40s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m45s

This commit is contained in:
asonix 2024-02-12 15:16:20 -06:00
parent e69f6c6edb
commit bf21f05aca

View file

@ -14,9 +14,12 @@ build = "src/build.rs"
name = "relay"
path = "src/main.rs"
[profile.release]
strip = true
[features]
console = ["dep:console-subscriber"]
default = []
default = ["console"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html