-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Higher zip compression, disable default advzip
As of GDB 13.1, gdb.exe contains data triggering a bug in x64 Explorer zip integration at last as far back as Windows 7. After recompressing with advzip, gdb.exe extraction fails with 0x80004005 "Unspecified error". This happens with both 32-bit and 64-bit gdb.exe regardless of compiler flags. No other zip program has trouble with this file. Until this is resolved, give up on advzip and tell zip to use -9. Also renamed the build script option from -q (quick) to -O (optimize) and disable its use by default.
- Loading branch information
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters