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

wasi-sdk support for full LTO. #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

wasi-sdk support for full LTO. #89

wants to merge 1 commit into from

Commits on Mar 18, 2020

  1. wasi-sdk support for full LTO.

    Add support for building libcxx and libcxxabi in LTO mode, along aside
    the regular non-LTO builds.
    
    Pass CLANG_VERSION to the wasi-libc build so that it can build itself in
    LTO and non-LTO modes.
    
    And drop the explicit -O1 from the compiler-rt build, and just go with
    the default optimization settings.
    sunfishcode committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e91a49e View commit details
    Browse the repository at this point in the history