niXman / mingw-builds

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

win32 threads without libwinpthreads #629

Closed niXman closed 1 year ago

niXman commented 1 year ago

this PR introduces the possibility to enable std-threads for builds with win32 threads model. now it for the gcc master branch only, which will become gcc-13. also the option --win32-threads-without-threads was introduced for those who don't want to use std-threads for builds with win32 threads model.