whisper-rs-sys and llama-cpp-sys-2 both bundle ggml statically, causing
LNK2005/LNK1169 on MSVC. This flag tells the linker to accept duplicates.
TEMPORARY: replace with shared system ggml or process separation before release.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>