Skip to content

Commit c270931

Browse files
committed
Enable release mode
1 parent c52d3b4 commit c270931

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scala-native.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project.pkgs.stdenvNoCC.mkDerivation rec {
2727

2828
dontStrip = true;
2929
outputHashAlgo = "sha256";
30-
outputHash = "1k1wszyjvn20wp6873hzlri5i8pjqcj795asd0iy38sykc992lh5";
30+
outputHash = "0mqvmr4kj4k5ckw8jhs3xyqxyxf8cafyprfjdy5y7q8gb6r2nv23";
3131
outputHashMode = "recursive";
3232

3333
preHook = ''
@@ -52,6 +52,8 @@ project.pkgs.stdenvNoCC.mkDerivation rec {
5252
buildPhase = ''
5353
runHook preBuild
5454
55+
export SCALANATIVE_MODE=release-fast
56+
5557
sbt --sbt-dir "$HOME/sbt" --ivy "$HOME/.ivy2" --batch publishLocal '++2.13.6' \
5658
auxlib/publishLocal \
5759
clib/publishLocal \

0 commit comments

Comments
 (0)