summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-27 13:16:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-27 13:16:28 +0000
commit278a447ee8accb9bcc77c2bf42d504f067fda30a (patch)
tree8fc331257c50d8162aab88b19445f3baf44ac401 /util
parent8ceee689c7d7b870bf8631b2d1b65eb04ffbe9c1 (diff)
PR: 2245
Submitted By: Mounir IDRASSI <mounir.idrassi@idrix.net> Add /Zi to WIN32 debug builds in 0.9.8 tree.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 1 insertions, 1 deletions
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';
}