niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
295 stars 108 forks source link

Question Only: What C Runtime Library is Used? #686

Open CodePagesNet opened 4 hours ago

CodePagesNet commented 4 hours ago

Hi, is asking a question acceptable here? Does this toolchain use msvcrt or ucrt? I'm seeking a clang or gcc toolchain for windows that uses ucrt. Thanks kindly.

starg2 commented 3 hours ago

Both msvcrt and ucrt are supported.

By default, it builds toolchains that use msvcrt. Pass the --with-default-msvcrt=ucrt option to target ucrt.

CodePagesNet commented 1 hour ago

OK thanks much! I got here from my CLion IDE BTW. The crt difference is probably not a major concern anyway. Have wonderful day!