[deps] cargo update, [build] strip symbols, build native and static

This commit is contained in:
2022-12-06 08:18:41 +01:00
committed by ddidderr
parent 6184a0867c
commit 7b1589a0e1
3 changed files with 147 additions and 38 deletions

View File

@ -14,3 +14,4 @@ lto = true
codegen-units = 1
debug = false
panic = "unwind"
strip = "symbols"