diff options
Diffstat (limited to '')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 2caa3ed04..35aaa6241 100644 --- a/configure.in +++ b/configure.in @@ -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 |