mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Enable stripping release builds
This commit is contained in:
parent
d3a088ec48
commit
823d2aca61
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ repository = "https://git.asonix.dog/asonix/pict-rs"
|
|||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
io-uring = ["actix-rt/io-uring", "actix-server/io-uring", "tokio-uring", "sled/io_uring"]
|
||||
|
|
Loading…
Reference in a new issue