mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-06 17:51:25 +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"
|
edition = "2021"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
io-uring = ["actix-rt/io-uring", "actix-server/io-uring", "tokio-uring", "sled/io_uring"]
|
io-uring = ["actix-rt/io-uring", "actix-server/io-uring", "tokio-uring", "sled/io_uring"]
|
||||||
|
|
Loading…
Reference in a new issue