mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Deferred Import dynamic/static check, fix calling convention
This commit is contained in:
parent
fbb06862b3
commit
42452fe09c
15 changed files with 102 additions and 44 deletions
|
@ -4898,7 +4898,7 @@ bool COFF::CvParseDBI(int wantAge)
|
|||
bool isV2 = sig == 0xf13151e4;
|
||||
if (isV2)
|
||||
{
|
||||
Fail("ERROR: FastLink PDBs are not supported. Consider adding full debug info (/DEBUG:FULL).");
|
||||
Fail("FastLink PDBs are not supported. Consider adding full debug info (/DEBUG:FULL).");
|
||||
mIsFastLink = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue