diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-07-17 08:23:44 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-07-17 08:23:44 (GMT) |
commit | 8bd2c81cd58f3346de7d4e216ffb854835ac741e (patch) | |
tree | 382d4a25e52ecd54865658c68e1351e79afc3ddb /fortran/examples/Makefile.am | |
parent | bdd54d014724da9cb664f30724841c2e9ffb5f7f (diff) | |
download | hdf5-8bd2c81cd58f3346de7d4e216ffb854835ac741e.zip hdf5-8bd2c81cd58f3346de7d4e216ffb854835ac741e.tar.gz hdf5-8bd2c81cd58f3346de7d4e216ffb854835ac741e.tar.bz2 |
Updated gfortran options.
* Removed conclude_fc.am, which was causing verbose builds. Need to
investigate more, though.
* Added gfortran 9 warnings and flags. This will need to be separated
into other version blocks based on when the options first appeared.
* The standard is now explicitly set at 2008.
Diffstat (limited to 'fortran/examples/Makefile.am')
-rw-r--r-- | fortran/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am index 6bf2edb..00afb3a 100644 --- a/fortran/examples/Makefile.am +++ b/fortran/examples/Makefile.am @@ -105,4 +105,4 @@ compound_fortran2003: compound_fortran2003.f90 compound_complex_fortran2003: compound_complex_fortran2003.f90 include $(top_srcdir)/config/examples.am -include $(top_srcdir)/config/conclude_fc.am +include $(top_srcdir)/config/conclude.am |