How can I create openssl with debugging symbols? [add libeay.pdb]

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?

+5
1

OpenSSL Windows Visual Studio, lib.pdb, tmp32, out32.

Win32 1.0.0g; , , , , Win64.

+4

All Articles