🐛 change to s
This commit is contained in:
@@ -30,6 +30,7 @@ default = ["custom-protocol"]
|
|||||||
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.
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = "z" # 或者 "s",以优化大小
|
opt-level = "s"
|
||||||
lto = true
|
lto = true
|
||||||
|
|||||||
Reference in New Issue
Block a user