Comment out the packaging optimization

This commit is contained in:
Tw93
2023-04-10 22:40:09 +08:00
parent 416f84a1a3
commit 26a008ad89

View File

@@ -29,8 +29,7 @@ default = ["custom-protocol"]
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]
#Pay attention to the code size during optimization in order to generate smaller binary files.
[profile.release]
opt-level = "s"
lto = true
# Pay attention to the code size during optimization in order to generate smaller binary files.
# [profile.release]
# opt-level = "s"
# lto = true