Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c1f08d7c95f0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 895fb1629d25
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 6, 2019

  1. ghc: Don't strip compilers

    To test this I built a version of the compiler with `dontStrip = True`
    and the vanilla version. The size of the result is both 1.4gb which
    indicates that the stripping doesn't do anything meaningful.
    
    Not stripping means that the debug rts is properly packages as it
    contains DWARF information and unused debugging symbols.
    
    Fixes #63511
    mpickering committed Jul 6, 2019
    Copy the full SHA
    b1e3d07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64371 from mpickering/strip-ghc

    ghc: Don't strip compilers
    peti committed Jul 6, 2019
    Copy the full SHA
    895fb16 View commit details
    Browse the repository at this point in the history