projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ceee68
)
PR: 2245
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 May 2010 13:16:28 +0000
(13:16 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 27 May 2010 13:16:28 +0000
(13:16 +0000)
Submitted By: Mounir IDRASSI <mounir.idrassi@idrix.net>
Add /Zi to WIN32 debug builds in 0.9.8 tree.
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 53caaff7ce85ae8e92e063dd1d19922a2eb98724..ab1449798e3c0899833b9a54e582b44fb2fddd78 100644
(file)
--- 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';
}