Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 6, 2023
1 parent 9674acb commit ae4ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
echo 'ThisBuild / version := "${version}"' > version.sbt
'';

NIX_LDFLAGS = lib.optional pkgs.stdenv.isDarwin "-opaque-pointers";
NIX_LDFLAGS = lib.optional pkgs.stdenv.isDarwin "-mllvm,--opaque-pointers";

SCALANATIVE_MODE = "release-full"; # {debug, release-fast, release-full}
SCALANATIVE_LTO = "thin"; # {none, full, thin}
Expand Down

0 comments on commit ae4ee23

Please sign in to comment.