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

build: add --enable-shared and --enable-static #7336

Closed
wants to merge 1 commit into from

Commits on Aug 2, 2014

  1. build: add --enable-shared and --enable-static

    Add configure switches for building a shared or static library.
    
    The switches are mutually exclusive for now; building both a shared and
    a static library at the same time requires a fair amount of overhaul.
    
    Undo the change from commit 76b9846 ("node: register modules from DSO
    constructors") for built-in modules.  Constructor functions don't show
    up in the final binary unless something explicitly references them.
    bnoordhuis committed Aug 2, 2014
    Configuration menu
    Copy the full SHA
    54a726a View commit details
    Browse the repository at this point in the history