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: add configure option to debug only Node.js part of the binary #31644

Closed
wants to merge 1 commit into from

Commits on Feb 5, 2020

  1. build: add configure option to debug only Node.js part of the binary

    Building Node.js with `--debug` takes a long time and generates
    binaries that can be hard to work with due to their size, in
    particular because debug builds of V8 are large.
    
    Sometimes, it’s sufficient to build the Node.js parts with native
    debugging options enabled. Add an option for that.
    addaleax committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    9f056e9 View commit details
    Browse the repository at this point in the history