[misc] enable MinGW reproducible builds

* -Wl,--no-insert-timestamp seems to do the trick
* Also set rufus-next to 3.4
This commit is contained in:
Pete Batard 2018-09-24 23:42:04 +01:00
parent 1116e941f8
commit 204908f8e0
6 changed files with 22 additions and 22 deletions

View file

@ -863,7 +863,7 @@ static BOOL ClearMBRGPT(HANDLE hPhysicalDrive, LONGLONG DiskSize, DWORD SectorSi
Sleep(WRITE_TIMEOUT);
} else {
// Windows seems to be an ass about keeping a lock on a backup GPT,
// so we try to be lenient about about not being able to clear it.
// so we try to be lenient about not being able to clear it.
uprintf("Warning: Failed to clear backup GPT...");
r = TRUE;
goto out;