changeset 20282:78293a28f2a5

configure.ac: Let autoconf Fortran macro choose FFLAGS. * configure.ac: Don't unilaterally set FFLAGS to '-O0' as a default.
author Rik <rik@octave.org>
date Wed, 03 Jun 2015 14:16:43 -0700
parents 8b1884214798
children 011a364b4d78
files configure.ac
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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