Skip to content

Plans to forward all flags not recognized by ibazel #724

Open
@ajhenry

Description

@ajhenry

Would it be possible to add a flag for forwarding all flags to bazel? This way we can keep backwards compatibility, while also allowing continued allow-listing of flags that is in use today.

We've had to fork this project a few times in the past to make changes to the flags that we rely on. Notability extra_toolchains and some other optimization flags.

Proposed Solution

Add an option flag like forwardAllFlags which bypasses the allowlist of flags altogether and forwards anything that isn't recognized by ibazel

Alternatively, we could do away with the allowlist and just forward everything (but this would be breaking change)

There is a similar discussion here #530.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions