I use openssl, and during build I get many, many warnings about missing libeay.pdb . Can anyone suggest how to add it?
build.cmd looks like this (a significant part, I think):
...
perl util\mk1mf.pl debug dll no-asm VC-WIN64A >ms\ntdll64.dbg.mak
perl util\mkdef.pl 32 libeay > ms\libeay32.def
nmake -f ms/nt64.dbg.mak
I read INSTALL.W32, which says: "If you use the debug-VC-WIN32 platform instead of VC-WIN32, then the debugging symbols will be compiled." I tried replacing VC-WIN64A with debug-WIN64A (same with 32) and the build gave me an error
Unknown option --debug-VC-WIN64A
Thank.
: , /DEBUG mak
:/DEBUG , debug .
Visual Studio?