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:
@ -17,3 +17,9 @@ LegalCopyright = ""
|
||||
OriginalFilename = ""
|
||||
ProductName = ""
|
||||
ProductVersion = ""
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
|
Reference in New Issue
Block a user