1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/stdenv
Eelco Dolstra ccd44e84c8 Add a stdenv adapter ‘keepDebugInfo’ to make a debug build
This adapter causes the resulting binaries to have debug info and no
optimisations.  Example use (in all-packages.nix):

  foo = callPackage ./foo.nix {
    stdenv = keepDebugInfo stdenv;
  };
2012-10-31 13:46:51 +01:00
..
generic
linux The loongson2f bootstrap files were already at nixos.org. 2012-10-25 23:22:41 +02:00
mingw
native
nix
adapters.nix Add a stdenv adapter ‘keepDebugInfo’ to make a debug build 2012-10-31 13:46:51 +01:00
common-path.nix
default.nix