--- trunk/Compiler_options/gfortran_debug.mk 2014/03/06 15:13:19 84 +++ trunk/Compiler_options/gfortran_debug.mk 2014/03/06 17:35:22 85 @@ -16,7 +16,7 @@ FFLAGS += -ffree-form -std=f95 # Error and warning options: -FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wunreachable-code +FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wunderflow -Wunreachable-code # Debugging options: FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g