🐛 change to s

This commit is contained in:
Tw93
2023-04-10 13:10:12 +08:00
parent 12cc608c27
commit 41aa732cdf

View File

@@ -30,6 +30,7 @@ default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
#Pay attention to the code size during optimization in order to generate smaller binary files.
[profile.release]
opt-level = "z" # 或者 "s",以优化大小
opt-level = "s"
lto = true