swiftlang/swift
Build Debug versions of `swiftrt.o` (`swiftrtd.o`)
Aberta
#87.468 aberto em 24 de fev. de 2026
Windowsgood first issueruntime
Métricas do repositório
- Stars
- (69.989 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d 17h) (510 fundiu PRs em 30d)
Description
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.