From 278a447ee8accb9bcc77c2bf42d504f067fda30a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 27 May 2010 13:16:28 +0000 Subject: [PATCH] PR: 2245 Submitted By: Mounir IDRASSI Add /Zi to WIN32 debug builds in 0.9.8 tree. --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.25.1