VC-32.pl: fix typo [from HEAD].
Submitted by: Pierre Delaage
This commit is contained in:
parent
9abbb6aa89
commit
9f3f7ce9e8
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ elsif ($FLAVOR =~ /CE/)
|
|||
$base_cflags.=' /MC';
|
||||
}
|
||||
$opt_cflags=' /O1i'; # optimize for space, but with intrinsics...
|
||||
$dbg_clfags=' /Od -DDEBUG -D_DEBUG';
|
||||
$dbg_cflags=' /Od -DDEBUG -D_DEBUG';
|
||||
$lflags="/nologo /opt:ref $wcelflag";
|
||||
}
|
||||
else # Win32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue