Open
Description
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
Labels
No labels