CI updates, update deny.toml, clippy fix

This commit is contained in:
2023-11-21 12:16:15 -05:00
parent b900ae5a00
commit 236e4d8d26
4 changed files with 34 additions and 20 deletions

View File

@@ -13,7 +13,8 @@ A local diffing tool for decompilation projects.
publish = false
build = "build.rs"
[profile.release]
[profile.release-lto]
inherits = "release"
lto = "thin"
strip = "debuginfo"