Optimize binary size
This commit is contained in:
parent
8340113164
commit
01681ee6c3
@ -12,9 +12,7 @@ syslog_rpc = { version = "0.1.0", path = "../syslog/syslog_rpc" }
|
|||||||
tar-no-std = "0.3.1"
|
tar-no-std = "0.3.1"
|
||||||
vfs_rpc = { version = "0.1.0", path = "../vfs/vfs_rpc" }
|
vfs_rpc = { version = "0.1.0", path = "../vfs/vfs_rpc" }
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
panic = "abort"
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
strip = true
|
||||||
|
lto = true
|
||||||
|
opt-level = "s"
|
||||||
|
Loading…
Reference in New Issue
Block a user