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: 10f3980f9534
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6c4ed49ed830
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 28, 2019

  1. cc-wrapper: use -iframework instead of -F

    This avoids dumping -Wall warnings when they appear in framework
    headers. As a result, we are closer to how regular headers are
    included (via -isystem).
    
    Also remove ccIncludeFlag lookup, this was unused & not very useful.
    matthewbauer committed Jun 28, 2019
    Copy the full SHA
    f496357 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Merge pull request #63904 from matthewbauer/iframeworkdir

    cc-wrapper: use -iframework instead of -F
    Ericson2314 committed Jul 3, 2019
    Copy the full SHA
    6c4ed49 View commit details
    Browse the repository at this point in the history