swiftlang/swift

[SR-13571] build release and debug variants of swiftrt.obj, swiftCore

Open

#56.009 aperta il 19 set 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Swift (10.719 fork)batch import
Windowsbuggood first issuestandard library

Metriche repository

Star
 (69.989 star)
Metriche merge PR
 (Merge medio 8g 17h) (510 PR mergiate in 30 g)

Descrizione

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.

Guida contributor