We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello,
recently the MinGW-Builds projects added the new thread model, called mcf. previously, the project supported only two threads models: posix and win32.
MinGW-Builds
mcf
posix
win32
is it possible to extend the installer to support the new mcf thread model?
this would be very cool for users, and I'm sure many users will be grateful to you!
but keep in mind that there are only two builds with mcf thread model: https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/i686-13.2.0-release-mcf-dwarf-ucrt-rt_v11-rev1.7z https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-mcf-seh-ucrt-rt_v11-rev1.7z
many thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
recently the
MinGW-Builds
projects added the new thread model, calledmcf
.previously, the project supported only two threads models:
posix
andwin32
.is it possible to extend the installer to support the new
mcf
thread model?this would be very cool for users, and I'm sure many users will be grateful to you!
but keep in mind that there are only two builds with
mcf
thread model:https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/i686-13.2.0-release-mcf-dwarf-ucrt-rt_v11-rev1.7z
https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-mcf-seh-ucrt-rt_v11-rev1.7z
many thanks!
The text was updated successfully, but these errors were encountered: