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

Do not pass -lc to the Emscripten linker #131885

Closed
wants to merge 1 commit into from

Commits on Oct 18, 2024

  1. Do not pass -lc to the Emscripten linker

    Hack: drop -lc to work around buggy Emscripten behaviors when -lc
    is passed. This can be removed when the problems are resolved in Emscripten and
    we drop support for the currently existing versions of Emscripten.
    See
    emscripten-core/emscripten#22758
    
    Unblocks
    rust-lang#131736
    hoodmane committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2f6f2b2 View commit details
    Browse the repository at this point in the history