doStrip
pkgs.haskell.lib.doStrip
Docs pulled from | This Revision | 18 minutes ago
Let Nix strip the binary files. This removes debugging symbols.
Noogle detected
Implementation
The following is the current implementation of this function.
doStrip = compose.doStrip;