I link to a static library (3rd party) and get a LNK4099 warning: .Pdb not found
Is there any way to create a stripped pdb for this library? I do not require debug info from this specific library, just no warnings.
Till now i came across LNK4209: corrupted pdb warning same as LNK4099 unignorable. Editing link.exe and adding /ignore: is a good, but local solution, not suitable for server build machine.