From 1f1e1a965ffc5ec205c0c1fce9cfbf9b4b26714b Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sat, 14 Jan 2006 15:15:55 +0000 Subject: [PATCH] - Adds for documentation purposes the fortran options for debug i.e. traceback would be very nice. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@99 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d8cbd2e77..3d21cf93d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,7 @@ CFLAGS = @CFLAGS@ CFLAGS += -DBIGSYM=1 # WSJT specific Fortran flags -#FFLAGS += -cpp -Wall -fbounds-check -fno-second-underscore +#FFLAGS += -cpp -Wall -fbounds-check -ftrace=full -fno-second-underscore FFLAGS += -cpp -fno-second-underscore # The default rules .c.o: