Skip to content

Commit

Permalink
Add strip on darwin, 229189632 -> 157662256 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McLaughlin committed Dec 7, 2024
1 parent b6b5093 commit d3d2ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
fix_dylib "$out/bin/haskell-notebook-language-server" libffi.8.dylib libffi.dylib
fix_dylib "$out/bin/haskell-notebook-language-server" libncursesw.6.dylib libncurses.dylib
check_no_nix_refs "$out/bin/haskell-notebook-language-server"
strip "$out/bin/haskell-notebook-language-server"
'';
packages.haskell-notebook-language-server.components.exes.haskell-notebook-language-server.configureFlags = let
# Nixpkgs can't currently give us a cross-compiled x86_64-darwin libffi.a when we're building on aarch64-darwin.
Expand Down

0 comments on commit d3d2ad3

Please sign in to comment.