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: set --v8-enable-object-print by default #34705

Closed
wants to merge 1 commit into from

Commits on Aug 10, 2020

  1. build: set --v8-enable-object-print by default

    The flag improves the experience of debugging V8 with native debuggers.
    It doens't incur performance penality, the only downside is an increase
    in binary size by approximately 248 Kb.
    
    Ref: nodejs#32834
    mmarchini committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3ef34d5 View commit details
    Browse the repository at this point in the history