# HG changeset patch # User alpar # Date 1112364812 0 # Node ID 58567408752223cc298772665629edb56829f96a # Parent 16cde3e1aa9fe934c3fc9fc143dbc0f6822749f4 Options for debugging. diff -r 16cde3e1aa9f -r 585674087522 src/work/peter/Makefile --- a/src/work/peter/Makefile Fri Apr 01 13:42:58 2005 +0000 +++ b/src/work/peter/Makefile Fri Apr 01 14:13:32 2005 +0000 @@ -1,5 +1,5 @@ gd: graph-displayer.cc - g++ graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. + g++ -ggdb --no-inline graph-displayer.cc -W -Wall -ansi -pedantic -o gd `pkg-config libgnomecanvasmm-2.6 --cflags --libs` -I../.. xyr: xy-reader.cc g++ xy-reader.cc -W -Wall -ansi -pedantic -o xyr -I../..