Hello -- I may have missed this in the documentation but is it possible to turn off -Werror when building with dub+gdc? I want to do some debugging and short-circuit some functions with an assert(0) but that will flag -Werror on statements being unreachable, which coincidentally is exactly what I want. Thanks! ~Brian