Skip to content

Conversation

@compnerd
Copy link
Member

@compnerd compnerd commented Dec 1, 2023

Windows does not have an ABI stable C/C++ runtime, and is ABI incompatible between debug and release mode on the same version even. Ensure that we always use the release mode DLL variant of the C/C++ runtime (/MD) allowing us to build the client code in debug or release mode.

Windows does not have an ABI stable C/C++ runtime, and is ABI
incompatible between debug and release mode on the same version even.
Ensure that we always use the release mode DLL variant of the C/C++
runtime (`/MD`) allowing us to build the client code in debug or release
mode.
@compnerd
Copy link
Member Author

compnerd commented Dec 1, 2023

@swift-ci please test

@compnerd compnerd requested review from artemcm and etcwilde December 1, 2023 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants