Options for debugging.
authoralpar
Fri, 01 Apr 2005 14:13:32 +0000
changeset 1292585674087522
parent 1291 16cde3e1aa9f
child 1293 8ede2a6b2594
Options for debugging.
src/work/peter/Makefile
     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../..