UnrealBuildTool: Passing additional arguments to platform-specific compiler

Hi,

I’m building a plugin module and I’d like to pass an additional argument to a platform-specific compiler (specifically an /ignore: flag to the VCToolChain compiler arguments). What’s the best way to achieve this from my build.cs?

I’ve had a look good through the UBT source but still can’t figure this out.