Skip to content

Commit 3cb707b

Browse files
committed
nix: use new -Doptimize flag for build
1 parent c591721 commit 3cb707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
2424

2525
installPhase = ''
2626
runHook preInstall
27-
zig build -Drelease-fast -Dman-pages --prefix $out install
27+
zig build -Doptimize=ReleaseFast -Dman-pages --prefix $out install
2828
runHook postInstall
2929
'';
3030

0 commit comments

Comments
 (0)