mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-09 01:27:27 +08:00
feat: 优化二进制体积
This commit is contained in:
@@ -26,3 +26,9 @@ serde_json = "1"
|
|||||||
specta = { version = "=2.0.0-rc.20", features = ["serde_json"] }
|
specta = { version = "=2.0.0-rc.20", features = ["serde_json"] }
|
||||||
tauri-specta = { version = "=2.0.0-rc.20", features = ["derive", "typescript"] }
|
tauri-specta = { version = "=2.0.0-rc.20", features = ["derive", "typescript"] }
|
||||||
specta-typescript = { version = "=0.0.7" }
|
specta-typescript = { version = "=0.0.7" }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
|||||||
Reference in New Issue
Block a user