optimize release binary size
This commit is contained in:
parent
a152ec5883
commit
7e36d3d2a6
@ -10,3 +10,8 @@ clap = { version = "4.4.2", features = ["derive"] }
|
|||||||
rbx_binary = "0.7.1"
|
rbx_binary = "0.7.1"
|
||||||
rbx_dom_weak = "2.5.0"
|
rbx_dom_weak = "2.5.0"
|
||||||
rbx_reflection_database = "0.2.7"
|
rbx_reflection_database = "0.2.7"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
strip = true
|
||||||
|
codegen-units = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user