Tim Haines
Tim Haines
This macro is always set in the build system, so having it be configurable is of no use.
These flags are missing: flags, flag1, flag3, flag5, rf, vm, ac, vif, vip, id Introduced by 30f08e7b85fa. rf was added by #1749
Fixes #1787 The underyling problem in #1787 is that the upper bound of the subrange is computed from a formal function parameter. It's not clear if that idiom is specific...
Fixes #1486 Fixes #11467 Closes #31237 Fixes #30663 TODO - [x] Remove `all_libs`. I _think_ this can be done with something like `[v.lib for v in self.variants if v.enabled]` and...