strip symbols

This commit is contained in:
CherretGit
2026-01-11 22:28:17 +07:00
parent 3e098de4dc
commit 4112145a64

View File

@@ -18,5 +18,5 @@ cmake = "0.1.49"
[profile.release]
opt-level = "z"
lto = true
strip = true
strip = "symbols"
codegen-units = 1