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: speed up compilation of some V8 files #52083

Closed
wants to merge 3 commits into from

Commits on Mar 14, 2024

  1. build: speed up compilation of some V8 files

    This introduces a special target to compile some of the
    'v8_initializers' files with "-O1" instead of "-O3" to avoid huge
    compilation times with GCC versions <13.
    
    Closes: nodejs#52068
    targos committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d95b0e3 View commit details
    Browse the repository at this point in the history
  2. fixup: add missing dependency

    targos committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9217528 View commit details
    Browse the repository at this point in the history
  3. fixup: add icu dependency

    targos committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6e06f0e View commit details
    Browse the repository at this point in the history