Use binary size optimization

This commit is contained in:
2022-05-14 18:37:04 +08:00
parent 9f5111ced6
commit c60c0974e0
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -17,3 +17,9 @@ LegalCopyright = ""
OriginalFilename = ""
ProductName = ""
ProductVersion = ""
[profile.release]
lto = true
strip = true
opt-level = "z"
panic = "abort"