I am not sure it works your Windows OS or not. But for my project, I would like to static build pthread on Windows, it is more convenient to ship a single exe file.
`--threads:on` `--passl:"-static"` `--passC:"-static"` `--passl:"-lpthread"` `--dynlibOverride:"pthread"`
