swiftlang/swift

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

開放

#87,468 建立於 2026年2月24日

 (0 則留言) (0 個反應) (0 位負責人)Swift (10,719 個分叉)batch import
Windowsgood first issueruntime

倉庫指標

星標
 (69,989 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南