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

[SOL][BPF] Disable debug info when solana feature flag is set #12

Commits on Apr 21, 2021

  1. [SOL][BPF] Disable debug info when solana feature flag is set

    Solana extends BPF so that structs type information is not fully
    supported in BTF.  This leads to ICE crashes and some unsupported
    relocations being emitted in binary files that linker errors on.
    For, now the debug information is simply disabled when compiling
    for Solana to avoid the errors in Debug builds.
    dmakarov committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7437035 View commit details
    Browse the repository at this point in the history