# HG changeset patch # User Rik # Date 1433366203 25200 # Node ID 78293a28f2a5cc959b5f4e4908dd5fcfa80f1f0b # Parent 8b18842147981d1812de52fb86d963a975c7e0bc configure.ac: Let autoconf Fortran macro choose FFLAGS. * configure.ac: Don't unilaterally set FFLAGS to '-O0' as a default. diff -r 8b1884214798 -r 78293a28f2a5 configure.ac --- a/configure.ac Mon May 25 20:04:45 2015 +0200 +++ b/configure.ac Wed Jun 03 14:16:43 2015 -0700 @@ -584,11 +584,6 @@ ### Determine the Fortran compiler and how to invoke it -## Default FFLAGS is -O. -if test -z "$FFLAGS"; then - FFLAGS="-O" -fi - ## Prefer gfortran, but the user's F77 environment variable will override. AC_PROG_F77([gfortran]) if test -z "$F77"; then