Optimize binary size

This commit is contained in:
pjht 2024-08-12 20:48:54 -05:00
parent 8340113164
commit 01681ee6c3
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -12,9 +12,7 @@ syslog_rpc = { version = "0.1.0", path = "../syslog/syslog_rpc" }
tar-no-std = "0.3.1"
vfs_rpc = { version = "0.1.0", path = "../vfs/vfs_rpc" }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
strip = true
lto = true
opt-level = "s"