Optimize binary size

This commit is contained in:
pjht 2024-08-12 20:48:41 -05:00
parent 76afb94f63
commit ca514a814a
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -13,3 +13,8 @@ vfs_rpc = { version = "0.1.0", path = "../vfs/vfs_rpc" }
[workspace]
members = ["devfs_rpc"]
[profile.release]
strip = true
lto = true
opt-level = "s"