mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-24 02:21:03 +00:00
Strip release binaries
This commit is contained in:
parent
e69f6c6edb
commit
bf21f05aca
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue