You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
Add mspdbcmf (un-fastlink) support to StripChromeSymbols.py
When binaries are built with /debug:fastlink they are smaller and
require less copying of data, but they cannot be stripped by
pdbcopy.exe. This means that StripChromeSymbols.py fails with locally
built binaries if /debug:fastlink is used, which gets us back to
WPA taking ~25 minutes to process Chrome's symbols.
This change automatically runs mspdbcmf.exe (if present) if pdbcopy
fails. Hacks upon hacks upon hacks. All of this could be avoided if
WPA could load Chrome's symbols quickly. Someday...
This fixes issue #77
0 commit comments