Skip to content

build: enable building in Debug mode on Windows #1496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2023

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