detect and error out on PDB linked with /DEBUG:FASTLINK

This commit is contained in:
Nikita Smith
2025-02-25 14:42:10 -08:00
parent 6c5d2a05cb
commit a06f576161
4 changed files with 47 additions and 27 deletions
+1
View File
@@ -45,6 +45,7 @@ typedef struct PDB_Info
PDB_InfoNode *first;
PDB_InfoNode *last;
Guid auth_guid;
PDB_FeatureFlags features;
} PDB_Info;
typedef struct PDB_InfoHeader