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

metrowerks: Minor improvements #13727

Merged
merged 3 commits into from
Sep 29, 2024
Merged

metrowerks: Minor improvements #13727

merged 3 commits into from
Sep 29, 2024

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    6fed0bc View commit details
    Browse the repository at this point in the history
  2. metrowerks: Whine when trying to build a shared library

    Also cleaned up redundant functions in the subclass.
    mid-kid committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2cac766 View commit details
    Browse the repository at this point in the history
  3. metrowerks: Pass warning flags to all subtools

    The "on" option is documented as passing the warning flags to all
    subtools, and implies "most".
    The default in the majority of projects is -warnings on,nocmdline, which
    I'd take to be the equivalent of -Wall -Wextra, there isn't really an
    inbetween.
    mid-kid committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8a4ccf0 View commit details
    Browse the repository at this point in the history