[Assorted-commits] SF.net SVN: assorted: [399] numa-bench/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-13 03:26:46
|
Revision: 399 http://assorted.svn.sourceforge.net/assorted/?rev=399&view=rev Author: yangzhang Date: 2008-02-12 19:26:47 -0800 (Tue, 12 Feb 2008) Log Message: ----------- added optimization Modified Paths: -------------- numa-bench/trunk/src/Makefile Modified: numa-bench/trunk/src/Makefile =================================================================== --- numa-bench/trunk/src/Makefile 2008-02-13 03:26:37 UTC (rev 398) +++ numa-bench/trunk/src/Makefile 2008-02-13 03:26:47 UTC (rev 399) @@ -1,5 +1,5 @@ COMMONS := $(wildcard commons/*.h) -CXX = g++-4.2 -I. -lnuma -lpthread -o $@ $< +CXX = g++-4.2 -O3 -I. -lnuma -lpthread -o $@ $< # all: avail cache malloc threads all: malloc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |