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

Strip debug symbols from ELF library snapshots #34250

Merged
merged 1 commit into from Jun 11, 2019

Commits on Jun 11, 2019

  1. Strip debug symbols from ELF library snapshots

    AOT compiled code is now packaged as an ELF library for Android targets.
    By default gen_snapshot's output contains debug symbols.  The symbols could
    be stripped as a separate step, but that requires NDK tools that the user
    may not have available.
    
    This change passes a gen_snapshot flag that omits the symbols, and it filters
    out a warning printed when that flag is used.
    jason-simmons committed Jun 11, 2019
    Copy the full SHA
    8d16f41 View commit details
    Browse the repository at this point in the history