mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[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:
parent
1116e941f8
commit
204908f8e0
6 changed files with 22 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue