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

Support for building io.js as a static library #1341

Closed
wants to merge 2 commits into from

Commits on Apr 4, 2015

  1. Support for building io.js as a static library

    One static library could not be bundled into another, that's why
    it's necessary to skip `-force_load` and `--whole-archive` linker
    options to build io.js itself as a static library.
    
    `node_target_type` variable has been added to node.gyp, along
    with `--target-static` option in configure script.
    
    nodejs#686
    hoho committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    f7bde74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4831786 View commit details
    Browse the repository at this point in the history