From: Bodo Möller Date: Mon, 26 Jul 1999 12:59:02 +0000 (+0000) Subject: change CFLAGS to those given in Configure X-Git-Tag: OpenSSL_0_9_4~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=488c06579ea0f1dea01704ba9669f32da3510886;p=oweals%2Fopenssl.git change CFLAGS to those given in Configure --- diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl index e93fa58479..c9da4e37d8 100644 --- 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 ';