Set up nix building.

This commit is contained in:
Tom Alexander
2026-07-04 20:36:25 -04:00
parent b61f0e0364
commit b2e2ef2b24
3 changed files with 71 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ url = { version = "2.5.8", default-features = false, features = ["std"] }
primal = { version = "0.3.3", default-features = false, features = [] }
# Optimized build for any sort of release.
[profile.release-lto]
[profile.lto]
inherits = "release"
lto = true
strip = "symbols"