Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

[libuv] upgrade to 1.6.1 #25475

Closed
wants to merge 2 commits into from
Closed

[libuv] upgrade to 1.6.1 #25475

wants to merge 2 commits into from

Commits on Jun 5, 2015

  1. deps: update libuv to version 1.6.1

    Fixes: #9310
    saghul committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    dc85908 View commit details
    Browse the repository at this point in the history
  2. build: fix use of strict aliasing

    The -fno-strict-aliasing flag was added to fix compilation warnings when
    building Node.js with GCC <= 4.4
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #9179
    
    PR: #25141
    PR-URL: #25141
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    Reviewed-By: Julien Gilli <jgilli@fastmail.fm>
    trevnorris authored and saghul committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    514d82f View commit details
    Browse the repository at this point in the history