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

Diff of /trunk/Compilation/Compiler_options/gfortran_debug.mk

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

trunk/Compilers/gfortran_debug.mk revision 71 by guez, Mon Jul 8 18:12:18 2013 UTC trunk/Compilation/Compiler_options/gfortran_debug.mk revision 119 by guez, Wed Jan 7 14:34:57 2015 UTC
# Line 13  jumble_dir = /user/guez_local/lib/Jumble Line 13  jumble_dir = /user/guez_local/lib/Jumble
13  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
14    
15  # Fortran language options:  # Fortran language options:
16  FFLAGS += -std=f95  FFLAGS += -ffree-form -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 -Wunderflow -Wunreachable-code -Wno-conversion
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=bounds -fcheck=do -fcheck=mem -fcheck=pointer -fcheck=recursion -finit-real=SNAN
26    
27  # Optimization options:  # Optimization options:
28  FFLAGS += -O0 -fstack-protector-all  FFLAGS += -O0
   
 F90FLAGS = ${FFLAGS}  
29    
30  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -lnr_util  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -lnr_util
31    

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

  ViewVC Help
Powered by ViewVC 1.1.21