swiftlang/swift
View on GitHub[SR-13571] build release and debug variants of swiftrt.obj, swiftCore
Open
#56,009 opened on Sep 19, 2020
Windowsbuggood first issuestandard library
Repository metrics
- Stars
- (69,989 stars)
- PR merge metrics
- (Avg merge 8d 17h) (510 merged PRs in 30d)
Description
| Previous ID | SR-13571 |
| Radar | None |
| Original Reporter | @compnerd |
| Type | Bug |
| Votes | 0 |
| Component/s | Standard Library |
| Labels | Bug, StarterBug, Windows |
| Assignee | None |
| Priority | Medium |
md5: 35edea4e58409076b68635f7b006db9a
Issue Description:
Although /MD and /MDd cannot be mixed, it should be possible to build both debug and release variants and provide the runtime as `swiftCore.dll` and `swiftCored.dll` and be able to build both /MD and /MDd to enable debug builds.