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:
9715f47
)
change CFLAGS to those given in Configure
author
Bodo Möller
<bodo@openssl.org>
Mon, 26 Jul 1999 12:59:02 +0000
(12:59 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 26 Jul 1999 12:59:02 +0000
(12:59 +0000)
util/pl/Mingw32.pl
patch
|
blob
|
history
diff --git
a/util/pl/Mingw32.pl
b/util/pl/Mingw32.pl
index e93fa58479b6667ae93f104383088305dae29d90..c9da4e37d8159148491c1880189d098d473f371c 100644
(file)
--- a/
util/pl/Mingw32.pl
+++ b/
util/pl/Mingw32.pl
@@
-19,7
+19,7
@@
$cc='gcc';
if ($debug)
{ $cflags="-g2 -ggdb"; }
else
- { $cflags="-
O3 -fomit-frame-pointer
"; }
+ { $cflags="-
DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
"; }
$obj='.o';
$ofile='-o ';