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

handle ci-rustc incompatible options during config parse #127322

Merged
merged 2 commits into from
Jul 14, 2024

Commits on Jul 4, 2024

  1. remove leading space on frame-pointers

    Leading spaces in config options cause `configure` script to fail.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    937b5c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. handle ci-rustc incompatible options during config parse

    This change ensures that `config.toml` does not use CI rustc incompatible
    options when CI rustc is enabled. This is necessary because some options
    can change compiler's behavior in certain scenarios.
    
    The list may not be complete, but should be a good first step as it's better than nothing!
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    335bdd4 View commit details
    Browse the repository at this point in the history