apple / swift-collections

Commonly used data structures for Swift
Apache License 2.0
3.55k stars 270 forks source link

build: support building in Debug mode on Windows #333

Closed compnerd closed 5 months ago

compnerd commented 5 months ago

With this tweak, we should be able to build the package in debug mode even on Windows. We always use the release mode DLL form of the C/C++ runtime on Windows and can build the Swift code in Debug or Release mode optimizations.

compnerd commented 5 months ago

@swift-ci please test

compnerd commented 5 months ago

@lorentey done - created PRs for release/1.0 and release/1.1 as well.