/[lmdze]/trunk/Compiler_options/gfortran_debug.mk
ViewVC logotype

Diff of /trunk/Compiler_options/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 71 by guez, Mon Jul 8 18:12:18 2013 UTC revision 72 by guez, Tue Jul 23 13:00:07 2013 UTC
# Line 16  FFLAGS = $(addprefix -I, ${netcdf_inc_di Line 16  FFLAGS = $(addprefix -I, ${netcdf_inc_di
16  FFLAGS += -std=f95  FFLAGS += -std=f95
17    
18  # Error and warning options:  # Error and warning options:
19  FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wconversion -Wimplicit-interface -Wunderflow -Wextra -Wunreachable-code  FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wextra -Wunreachable-code
20    
21  # Debugging options:  # Debugging options:
22  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g3  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g
23    
24  # Code generation options:  # Code generation options:
25  FFLAGS += -fbounds-check -finit-real=nan  FFLAGS += -fcheck=all -finit-real=SNAN
26    
27  # Optimization options:  # Optimization options:
28  FFLAGS += -O0 -fstack-protector-all  FFLAGS += -O0
29    
30  F90FLAGS = ${FFLAGS}  F90FLAGS = ${FFLAGS}
31    

Legend:
Removed from v.71  
changed lines
  Added in v.72

  ViewVC Help
Powered by ViewVC 1.1.21