add thunk-rs to support win7 (#812)

* add thunk-rs to support win7
---------

Co-authored-by: loecomm <loecom@qq.com>
This commit is contained in:
loecom
2025-04-25 22:27:36 +08:00
committed by GitHub
parent 7e3819be86
commit c5580feb64
13 changed files with 67 additions and 7 deletions

View File

@@ -16,3 +16,5 @@ panic = "unwind"
panic = "abort"
lto = true
codegen-units = 1
opt-level = 'z'
strip = true