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

Use subcolon args to simplify optimizer options #9810

Merged
merged 3 commits into from Feb 20, 2022

Commits on Feb 14, 2022

  1. Use subcolon args to simplify optimizer options

    Grouping options `l:none`, `l:default`, `l:method`, `l:inline`,
    are renamed `none`, `default`, `local`, `all`.
    
    `-opt-inline-from:**` is dropped in favor of `-opt:inline:**`.
    
    `-opt-warnings:_` is renamed `-Wopt:_`.
    
    The ambiguity in parsing `-option:command:a,b,c`, where `-Wconf`
    sees values `command:a`, `b`, `c`, is resolving by special-
    casing `MultiChoiceSetting` only.
    som-snytt committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e418ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45fe16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    655d3e1 View commit details
    Browse the repository at this point in the history