[Assorted-commits] SF.net SVN: assorted: [406] numa-bench/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-13 17:53:13
|
Revision: 406 http://assorted.svn.sourceforge.net/assorted/?rev=406&view=rev Author: yangzhang Date: 2008-02-13 09:53:16 -0800 (Wed, 13 Feb 2008) Log Message: ----------- added debug Modified Paths: -------------- numa-bench/trunk/src/Makefile Modified: numa-bench/trunk/src/Makefile =================================================================== --- numa-bench/trunk/src/Makefile 2008-02-13 08:14:57 UTC (rev 405) +++ numa-bench/trunk/src/Makefile 2008-02-13 17:53:16 UTC (rev 406) @@ -10,6 +10,9 @@ cache: cache.cc $(COMMONS) $(CXX) +malloc-dbg: malloc.cc $(COMMONS) + $(CXX) -g3 -O0 + malloc: malloc.cc $(COMMONS) $(CXX) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |