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