mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +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>