apple / swift-collections

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

[1.0] build: support building in Debug mode on Windows #337

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

CC: @lorentey