swiftlang/swift

Build Debug versions of `swiftrt.o` (`swiftrtd.o`)

Open

#87,468 创建于 2026年2月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Swift (69,989 star) (10,719 fork)batch import
Windowsgood first issueruntime

描述

Windows does not provide a stable ABI between debug and release mode. This requires that we provide a debug build of swiftrt.obj and adjust the driver to select the proper version of swiftrt.obj when linking. This should allow us to build in Debug configurations without running into _ITERATOR_DEBUG_LEVEL mismatches.

贡献者指南