Skip to content

Windows runtime setting not applied #9

@pixsperdavid

Description

@pixsperdavid

set(CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MTd /Zi /Ob0 /Od /RTC1")

Lines 10 to 18 in the pretarget cmake script appear to indicate that the windows MT/MTd runtimes should be being used. However, building the current master (e15bc91) of min-devkit on Windows generates projects which use the MD/MDd runtime. (Using VS2019 and CMake 3.14.3)

Which runtime is recommended? If MD/MDd is correct this script should be updated to avoid confusion.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions