Windowsgood first issueruntime
倉庫指標
- Star
- (69,989 star)
- PR 合併指標
- (平均合併 8天 17小時) (30 天內合併 510 個 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.