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,win,v8: allow precompiling objects-inl.h #21772

Closed
wants to merge 2 commits into from

Commits on Jul 11, 2018

  1. build,win,v8: allow precompiling objects-inl.h

    This makes compiling v8_base much faster on Windows.
    
    Sharding is disabled because the header would have to be precompiled
    for each shard but is only once. The library is much smaller, so
    sharding is unnecessary.
    
    This is enabled by default, but disabled for CI and releases.
    joaocgreis committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    342dab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. fixup: positive logic

    joaocgreis committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e639ca9 View commit details
    Browse the repository at this point in the history