enable release profile
This commit is contained in:
@@ -33,7 +33,7 @@ custom-protocol = ["tauri/custom-protocol"]
|
||||
|
||||
|
||||
[profile.release]
|
||||
# panic ='abort'
|
||||
# codegen-units= 1
|
||||
# lto = true
|
||||
# opt-level = 's'
|
||||
panic = 'abort'
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user