From: Dr. Stephen Henson Date: Thu, 27 May 2010 13:16:28 +0000 (+0000) Subject: PR: 2245 X-Git-Tag: OpenSSL_0_9_8o~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=278a447ee8accb9bcc77c2bf42d504f067fda30a;p=oweals%2Fopenssl.git PR: 2245 Submitted By: Mounir IDRASSI Add /Zi to WIN32 debug builds in 0.9.8 tree. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 53caaff7ce..ab1449798e 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -128,7 +128,7 @@ $inc_def="inc32"; if ($debug) { - $cflags=$dbg_cflags.$base_cflags; + $cflags=$dbg_cflags.$base_cflags.' /Zi'; $lflags.=" /debug"; $mlflags.=' /debug'; }