aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket31372_appveyor
AgeCommit message (Collapse)Author
2019-12-05Start a changelog for 0.4.0.6Nick Mathewson
2019-09-23Try using make -k in the Appveyor configurationNick Mathewson
Frequently, when a patch fails, it has failures in several files. Using the "-k" flag will let us learn all the compilation errors, not just the first one that the compiler hits. Based on a patch by rl1987. Closes ticket 31372.