Files
nixpkgs/pkgs
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
..
2012-10-30 12:49:43 +04:00
2012-09-26 15:51:57 -04:00
2012-10-23 15:35:48 +02:00
2012-10-29 23:56:26 +04:00
2012-10-26 16:23:30 +02:00
2012-10-29 23:56:26 +04:00