summaryrefslogtreecommitdiffstats
path: root/config/gnu-fflags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-07-31 16:08:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-07-31 16:08:16 (GMT)
commit0ee5526c2c95dd77ee61b917b16adfcacbd3a540 (patch)
tree7e9493b57b285ddbb683ed9571790384fe971a65 /config/gnu-fflags
parent363217073750d07e0eeb0aac2b404a799fda9f7a (diff)
downloadhdf5-0ee5526c2c95dd77ee61b917b16adfcacbd3a540.zip
hdf5-0ee5526c2c95dd77ee61b917b16adfcacbd3a540.tar.gz
hdf5-0ee5526c2c95dd77ee61b917b16adfcacbd3a540.tar.bz2
Fixed typo in optimization.
Diffstat (limited to 'config/gnu-fflags')
-rw-r--r--config/gnu-fflags8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/gnu-fflags b/config/gnu-fflags
index 90a3656..d6d0b39 100644
--- a/config/gnu-fflags
+++ b/config/gnu-fflags
@@ -111,11 +111,11 @@ if test "X-gfortran" = "X-$f9x_vendor"; then
################
if test $f9x_vers_major -le 4; then
- HIGH_OPT_CFLAGS="-O3"
- DEBUG_OPT_CFLAGS=
+ HIGH_OPT_FCFLAGS="-O3"
+ DEBUG_OPT_FCFLAGS=
else
- HIGH_OPT_CFLAGS="-O3"
- DEBUG_OPT_CFLAGS="-Og"
+ HIGH_OPT_FCFLAGS="-O3"
+ DEBUG_OPT_FCFLAGS="-Og"
fi
NO_OPT_FCFLAGS="-O0"