doStrip
pkgs.haskell.lib.doStrip
Docs pulled from | This Revision | 43 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;