Reduce build warnings

This commit is contained in:
2025-12-28 01:34:46 +09:00
parent b104d6af5f
commit 0269fc2ed4
41 changed files with 77 additions and 26 deletions

View File

@ -12,8 +12,3 @@ serde_json = "1.0"
[build-dependencies]
cc = "1.0"
[profile.release]
lto = true
strip = true
opt-level = "z"