enable release profile

This commit is contained in:
Fractal-Tess
2023-05-19 03:58:28 +03:00
parent e483c356e8
commit 175c51b653

View File

@@ -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