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

build,win: re-enable ninja & multiple build optimizations #22698

Merged
merged 3 commits into from
Sep 12, 2018

Commits on Sep 11, 2018

  1. build,win: WHOLEARCHIVE needs just lib name

    * Fixes ninja build
    
    PR-URL: nodejs#22698
    Reviewed-By: João Reis <[email protected]>
    refack committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    e85007f View commit details
    Browse the repository at this point in the history
  2. build,win: generate single PDB file per target

    * previusly set to generate a .pdb file for each .obj file
    * enables clcache
    
    PR-URL: nodejs#22698
    Reviewed-By: João Reis <[email protected]>
    refack committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    7a10b86 View commit details
    Browse the repository at this point in the history
  3. build,win: exclude warning 4244 only for deps

    * also unify warning exclusion directive
    
    PR-URL: nodejs#22698
    Reviewed-By: João Reis <[email protected]>
    refack committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    54e76fb View commit details
    Browse the repository at this point in the history