dontStrip
pkgs.haskell.lib.dontStrip
Docs pulled from | This Revision | 16 minutes ago
Stop Nix from stripping the binary files. This keeps debugging symbols.
Noogle detected
Implementation
The following is the current implementation of this function.
dontStrip = compose.dontStrip;