1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-13 13:17:29 +00:00
parent 54629f721b
commit 6e5bc13878
5 changed files with 14 additions and 9 deletions

View file

@ -92,7 +92,7 @@ MPI_OPT_FLAGS=""
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall"
dnl Always enable optimazation in MPI
if echo "$CFLAGS" | grep "-O" >/dev/null ; then
if echo "$CFLAGS" | grep "[-]O" >/dev/null ; then
:
else
MPI_OPT_FLAGS=-O2