nix/package: build with lto

This commit is contained in:
2026-01-06 11:41:42 +09:00
parent 3854a7a78b
commit e003bf6ca6

View File

@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
cargoLock.lockFile = cargoLock;
# buildType = "releaselto";
buildType = "releaselto";
RUSTFLAGS = "-Zhigher-ranked-assumptions";