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

Make "Linking dependencies" faster on Windows (in some cases) #2958

Merged
merged 1 commit into from
Apr 3, 2017

Commits on Mar 30, 2017

  1. Avoid node issue with utimes on Windows

    Lot of nodejs versions are buggy on windows regarding utime : It's not
    setting the milliseconds part.
    
    Issue: nodejs/node#2069
    
    With this change file date comparison is now done with only seconds
    precision on windows when copying files. It make linking fast again under
    windows.
    vbfox committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e83d90a View commit details
    Browse the repository at this point in the history