We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When building, it would be useful to be able to remove defines,
i.e flow build --d -remove_this_define --d some_define_instead
flow build --d -remove_this_define --d some_define_instead
note the - in front, this would subtract that define (if defined at all). same option might apply to flags.
-