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

Fix #2205, Enforce strict cast alignment on arch #2206

Merged
merged 2 commits into from
Nov 28, 2022

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    d334faf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Hotfix nasa#2205, apply strict cast-align to native builds only

    The -Wcast-align=strict option only works with certain versions of gcc.
    This moves it to the "native" custom options, so it will not be used on
    cross builds.
    jphickey committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b84dfbb View commit details
    Browse the repository at this point in the history