PR: 2245
Submitted By: Mounir IDRASSI <mounir.idrassi@idrix.net> Add /Zi to WIN32 debug builds in 0.9.8 tree.
This commit is contained in:
parent
8ceee689c7
commit
278a447ee8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ $inc_def="inc32";
|
|||
|
||||
if ($debug)
|
||||
{
|
||||
$cflags=$dbg_cflags.$base_cflags;
|
||||
$cflags=$dbg_cflags.$base_cflags.' /Zi';
|
||||
$lflags.=" /debug";
|
||||
$mlflags.=' /debug';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue