--- trunk/Compilers/gfortran_debug.mk 2014/02/05 17:51:07 78 +++ trunk/Compiler_options/gfortran_debug.mk 2014/03/05 12:22:46 80 @@ -16,7 +16,7 @@ FFLAGS += -std=f95 # Error and warning options: -FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wextra -Wunreachable-code +FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wunreachable-code # Debugging options: FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g