Skip to content

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

Open
@xavier-caroff

Description

@xavier-caroff

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions