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: ff69f8b0bbe3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 89003c67a15b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 9, 2020

  1. chromium: disable symbols

    By default GN produces a build with all of the debug assertions enabled (is_debug=true) and including full debug info (symbol_level=2). Setting symbol_level=1 will produce enough information for stack traces, but not line-by-line debugging. Setting symbol_level=0 will include no debug symbols at all. Either will speed up the build compared to full symbols.
    TredwellGit committed Oct 9, 2020
    Copy the full SHA
    a7cbf67 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb74717 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge pull request #100110 from TredwellGit/chromium

    chromium: speed up build and enable system ffmpeg, libjpeg, and zlib
    primeos committed Oct 13, 2020
    Copy the full SHA
    89003c6 View commit details
    Browse the repository at this point in the history