|
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.
max-api/script/max-pretarget.cmake
Line 10 in 0eecc9c
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.