for options you want on all targets, you just want...
# general
w
for options you want on all targets, you just want
--compile-zinc-args
. you're likely seeing that warning because you changed the value of
Copy code
--compile-zinc-whitelisted-args="{'key1':val1,'key2':val2,...}" (default: { '-S.*':'False','-C.*':'False','-file-filter':'True','-msg-filter':'True' })
    A dict of option regexes that make up pants' supported API for zinc. Options
    not listed here are subject to change/removal. The value of the dict
    indicates that an option accepts an argument.
perhaps?