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

Rename --save-temps option to -save-temps. #2294

Merged
merged 3 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Rename --save-temps option to -save-temps.

    Make the option match the clang++ option name. Having access to
    both just causes confusion and crashed the compiler.
    
    Signed-off-by: Eric Schweitz <[email protected]>
    schweitzpgi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    921dc38 View commit details
    Browse the repository at this point in the history
  2. Allow --save-temps as well since clang likes that spelling.

    Signed-off-by: Eric Schweitz <[email protected]>
    schweitzpgi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    04a3062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797fdcf View commit details
    Browse the repository at this point in the history