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 # DO NOT remove this
custom-protocol = ["tauri/custom-protocol"] custom-protocol = ["tauri/custom-protocol"]
# Pay attention to the code size during optimization in order to generate smaller binary files.
#Pay attention to the code size during optimization in order to generate smaller binary files. # [profile.release]
[profile.release] # opt-level = "s"
opt-level = "s" # lto = true
lto = true