[Lemon-commits] [lemon_svn] alpar: r1725 - hugo/trunk/src/work/peter

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:47:12 CET 2006


Author: alpar
Date: Fri Apr  1 16:13:32 2005
New Revision: 1725

Modified:
   hugo/trunk/src/work/peter/Makefile

Log:
Options for debugging.


Modified: hugo/trunk/src/work/peter/Makefile
==============================================================================
--- hugo/trunk/src/work/peter/Makefile	(original)
+++ hugo/trunk/src/work/peter/Makefile	Fri Apr  1 16:13:32 2005
@@ -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../..



More information about the Lemon-commits mailing list