/[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 168 by guez, Wed Sep 9 10:41:47 2015 UTC revision 186 by guez, Mon Mar 21 15:36:26 2016 UTC
# Line 24  FFLAGS += -fmax-errors=1 -pedantic-error Line 24  FFLAGS += -fmax-errors=1 -pedantic-error
24  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g
25    
26  # Code generation options:  # Code generation options:
27  FFLAGS += -fcheck=bounds -fcheck=do -fcheck=mem -fcheck=pointer -fcheck=recursion -finit-real=SNAN  FFLAGS += -fcheck=bounds -fcheck=do -fcheck=mem -fcheck=pointer -fcheck=recursion
28    ##FFLAGS += -finit-real=nan
29    FFLAGS += -finit-real=SNAN
30    
31  # Optimization options:  # Optimization options:
32  FFLAGS += -O0  FFLAGS += -O0

Legend:
Removed from v.168  
changed lines
  Added in v.186

  ViewVC Help
Powered by ViewVC 1.1.21