Hi,
This patch adds the /Zi switch to CFLAG in the debug configuration in
order to permit stepping inside OpenSSL code during debug sessions.
It applied to the latest snapshots of 1.0.0 and 0.9.8 source trees.
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr
--- H:/Dev/libraries/openssl-stable-20100425/util/pl/VC-32.pl.original Thu Feb
4 03:09:42 2010
+++ H:/Dev/libraries/openssl-stable-20100425/util/pl/VC-32.pl Mon Apr 26
00:43:08 2010
@@ -128,7 +128,7 @@
if ($debug)
{
- $cflags=$dbg_cflags.$base_cflags;
+ $cflags=$dbg_cflags.$base_cflags.' /Zi';
$lflags.=" /debug";
$mlflags.=' /debug';
}