Commit 278a447e authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PR: 2245

Submitted By: Mounir IDRASSI <mounir.idrassi@idrix.net>

Add /Zi to WIN32 debug builds in 0.9.8 tree.
parent 8ceee689
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ $inc_def="inc32";

if ($debug)
	{
	$cflags=$dbg_cflags.$base_cflags;
	$cflags=$dbg_cflags.$base_cflags.' /Zi';
	$lflags.=" /debug";
	$mlflags.=' /debug';
	}