From e003bf6ca6ea84e848a3fcc6b8ae00cccebba664 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 6 Jan 2026 11:41:42 +0900 Subject: [PATCH] nix/package: build with lto --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 6a7d75a..4e9053e 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage { cargoLock.lockFile = cargoLock; - # buildType = "releaselto"; + buildType = "releaselto"; RUSTFLAGS = "-Zhigher-ranked-assumptions";