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

See ChangeLog: Fri Feb 19 18:01:54 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-19 17:06:49 +00:00
parent a4ff45f634
commit 6ed3099f9e
12 changed files with 3001 additions and 2825 deletions

View file

@ -91,12 +91,6 @@ dnl AM_PROG_LIBTOOL
MPI_OPT_FLAGS=""
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes"
dnl Always enable optimazation in MPI
if (echo "$CFLAGS" | grep '[-]O') >/dev/null ; then
:
else
MPI_OPT_FLAGS=-O2
fi
fi