Options for debugging.
1.1 --- a/src/work/peter/Makefile Fri Apr 01 13:42:58 2005 +0000
1.2 +++ b/src/work/peter/Makefile Fri Apr 01 14:13:32 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 gd: graph-displayer.cc
1.5 - g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
1.6 + g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../..
1.7
1.8 xyr: xy-reader.cc
1.9 g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..