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

lto: enabling lto at configure #21677

Closed
wants to merge 2 commits into from

Commits on Jul 5, 2018

  1. build: enabling lto at configure

    This modification allows for compiling with link time optimization (lto)
    using the flag --enable-lto.
    
    Refs: nodejs#7400
    Octavian Soldea committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9aa749f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. build: enabling lto at configure

    This commit is a refactoring for testing that the compilers used
    for lto are gcc and g++ only.
    Octavian Soldea committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    f2f7dba View commit details
    Browse the repository at this point in the history