aboutsummaryrefslogtreecommitdiff
path: root/patches/speed.c.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable speed on win32kinichiro2019-07-141-0/+99
- Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement