swiftlang/swift
在 GitHub 查看[SR-13571] build release and debug variants of swiftrt.obj, swiftCore
Open
#56,009 创建于 2020年9月19日
Windowsbuggood first issuestandard library
仓库指标
- Star
- (69,989 star)
- PR 合并指标
- (平均合并 8天 17小时) (30 天内合并 510 个 PR)
描述
| 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.