chore: static linking for x86_64-pc-windows-msvc

This commit is contained in:
b1n
2024-06-25 15:43:32 +08:00
parent 68a810cdef
commit 68e4fdaded
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,6 @@ features = ["advanced", "svg", "tokio", "wgpu"]
[profile.release]
strip = true
opt-level = "z"
opt-level = 3
lto = true
codegen-units = 1