Skip to content

Commit

Permalink
Revert "justStaticExecutables: enable -dead_strip on mac to shrink cl…
Browse files Browse the repository at this point in the history
…osure"

This reverts commit 24d313e.

Fixes #37750
  • Loading branch information
matthewbauer committed Mar 27, 2018
1 parent 378e05c commit 970f2b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/haskell-modules/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ rec {
isLibrary = false;
doHaddock = false;
postFixup = "rm -rf $out/lib $out/nix-support $out/share/doc";
} // lib.optionalAttrs (pkgs.hostPlatform.isDarwin) {
configureFlags = (drv.configureFlags or []) ++ ["--ghc-option=-optl=-dead_strip"];
});

/* Build a source distribution tarball instead of using the source files
Expand Down Expand Up @@ -260,7 +258,7 @@ rec {
the cabal file are actually used.
The first attrset argument can be used to configure the strictness
of this check and a list of ignored package names that would otherwise
of this check and a list of ignored package names that would otherwise
cause false alarms.
*/
checkUnusedPackages =
Expand Down

0 comments on commit 970f2b5

Please sign in to comment.