mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-04 23:18:02 +08:00
chore: 通过移除依赖 debuginfo 的方式加快 debug 构建 (#368)
This commit is contained in:
@@ -90,6 +90,9 @@ pre-release-replacements = [
|
|||||||
{ file = "../../docs/introduction.md", search = " v[0-9\\.]+,", replace = " v{{version}},", exactly = 1 },
|
{ file = "../../docs/introduction.md", search = " v[0-9\\.]+,", replace = " v{{version}},", exactly = 1 },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[profile.dev.package."*"]
|
||||||
|
debug = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
strip = true
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|||||||
Reference in New Issue
Block a user