mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 07:26:48 +00:00
As described here UseOdrIndicator should be disabled on Windows since link.exe does not support duplicate weak definitions (https://reviews.llvm.org/D137227). Co-Authored-By: Bastian Kersting <bkersting@google.com>