mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-05-08 20:46:09 +00:00
Strip release binaries
This commit is contained in:
parent
e69f6c6edb
commit
bf21f05aca
|
@ -14,9 +14,12 @@ build = "src/build.rs"
|
||||||
name = "relay"
|
name = "relay"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
console = ["dep:console-subscriber"]
|
console = ["dep:console-subscriber"]
|
||||||
default = []
|
default = ["console"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user