Skip to content
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

[MSVC] Use the debug version of the run-time library when compiling in debug mode #178

Open
xavier-caroff opened this issue Feb 28, 2023 · 0 comments

Comments

@xavier-caroff
Copy link

xavier-caroff commented Feb 28, 2023

When compiling in debug mode with the MSVC compiler the /MD or /MT flags shall be replaced by /MDd or /MTd.

When it is not the case it prevents to link with libraries which are also compiled in debug mode (ie linking with MSVCRTD. lib or LIBCMTD.lib).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants