Enable stripping release builds

This commit is contained in:
asonix 2024-02-17 11:39:12 -06:00
parent d3a088ec48
commit 823d2aca61

View file

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