d63ebf
diff -up lapack-3.7.1/INSTALL/make.inc.gfortran.fedora lapack-3.7.1/INSTALL/make.inc.gfortran
d63ebf
--- lapack-3.7.1/INSTALL/make.inc.gfortran.fedora	2017-08-01 11:44:51.631843862 -0400
d63ebf
+++ lapack-3.7.1/INSTALL/make.inc.gfortran	2017-08-01 11:45:32.001809404 -0400
d63ebf
@@ -20,9 +20,9 @@ CFLAGS = -O3
d63ebf
 #  should not compile LAPACK with flags such as -ffpe-trap=overflow.
d63ebf
 #
d63ebf
 FORTRAN = gfortran
d63ebf
-OPTS    = -O2 -frecursive
d63ebf
+# OPTS    = -O2 -frecursive
d63ebf
 DRVOPTS = $(OPTS)
d63ebf
-NOOPT   = -O0 -frecursive
d63ebf
+NOOPT   = 
d63ebf
 
d63ebf
 #  Define LOADER and LOADOPTS to refer to the loader and desired
d63ebf
 #  load options for your machine.