[cig-commits] r18814 - seismo/1D/SPECFEM1D/trunk

walter at geodynamics.org walter at geodynamics.org
Tue Aug 9 14:06:24 PDT 2011


Author: walter
Date: 2011-08-09 14:06:23 -0700 (Tue, 09 Aug 2011)
New Revision: 18814

Modified:
   seismo/1D/SPECFEM1D/trunk/Makefile
Log:
Copy the flags from SPECFEM3D_GLOBE into Makefile

Modified: seismo/1D/SPECFEM1D/trunk/Makefile
===================================================================
--- seismo/1D/SPECFEM1D/trunk/Makefile	2011-08-09 02:04:00 UTC (rev 18813)
+++ seismo/1D/SPECFEM1D/trunk/Makefile	2011-08-09 21:06:23 UTC (rev 18814)
@@ -36,7 +36,7 @@
 
 # GNU gfortran
 F90 = gfortran
-FLAGS  = -std=f2003 -fimplicit-none -frange-check -O2 -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow
+FLAGS  = -std=gnu -fimplicit-none -frange-check -O2 -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow
 
 wave: constants.h \
        $O/wave.o \



More information about the CIG-COMMITS mailing list