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

[HTML5] Fix builds with emcc >= 2.0.17 on Chrome for Android. #49589

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2021

  1. [HTML5] Fix builds with emcc >= 2.0.17 on Chrome for Android.

    Disables a new default behaviour in emscripten that always inlines
    functions with only one caller.
    
    This has been reported to cause performance issued on some browsers, but
    more importantly, breaks Godot builds on Chrome for Android (not Firefox
    for Android, not Chrome for Desktop).
    
    Also fix a warning about SAFE_HEAP being a linker only flag.
    Faless committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    cb63b4d View commit details
    Browse the repository at this point in the history