Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtbase: use more than one core to build qmake #168086

Merged
merged 1 commit into from Apr 13, 2022
Merged

qtbase: use more than one core to build qmake #168086

merged 1 commit into from Apr 13, 2022

Commits on Apr 12, 2022

  1. qtbase: use more than one core to build qmake

    The qtbase package's `configurePhase` builds the `qmake` tool.  In the
    current nixpkgs expression it does this single-threadedly, by invoking
    `make` without a `-j` flag.
    
    Let's thread `NIX_BUILD_CORES` through to `./configure`'s invocation
    of `make` via the `MAKEFLAGS` variable.
    
    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8660a09 View commit details
    Browse the repository at this point in the history