1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

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

View File

@ -17,3 +17,9 @@ LegalCopyright = ""
OriginalFilename = ""
ProductName = ""
ProductVersion = ""
[profile.release]
lto = true
strip = true
opt-level = "z"
panic = "abort"