chore(workspace): add release profile, clean up old files

This commit is contained in:
Joseph O'Brien
2026-03-31 17:29:48 -04:00
parent 4025ed037b
commit b3417a9792
2 changed files with 173 additions and 7 deletions

View File

@@ -25,3 +25,8 @@ notcore = { path = "crates/notcore" }
notfiles = { path = "crates/notfiles" }
notsecrets = { path = "crates/notsecrets" }
nothooks = { path = "crates/nothooks" }
[profile.release]
opt-level = 3
lto = "thin"
strip = true