|
3 |
edited tags
|
||
|
2 |
edited tags
|
||
|
1 |
|
||
How to build OpenSSL in release mode with symbols?I generally build my openssl libs by doing this:
For debugging minidumps, I'd like to get a pdb file for the 2 dlls (while still building them in "release" mode). I've added /Zi to the CFLAGS part of ms\ntdll.mak, but I still get "Binary was not built with debug information" when I look at the in-memory modules in the visual studio debugger. Am I missing a step? Thanks
|
||||
