changeset 2034:ce7a3887d09b draft

remove TCmalloc option
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Tue, 27 Jan 2015 15:04:10 +0900
parents 3494884963a5
children 33af6d6e1bfc
files example/word_count/Makefile.def example/word_count/Makefile.macosx
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/example/word_count/Makefile.def	Tue Dec 16 15:54:24 2014 +0900
+++ b/example/word_count/Makefile.def	Tue Jan 27 15:04:10 2015 +0900
@@ -15,4 +15,4 @@
 CFLAGS  =  -m64 -Wall $(OPT)
 
 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
-LIBS = -L${CERIUM}/TaskManager -lprofiler  -ltcmalloc
+LIBS = -L${CERIUM}/TaskManager
--- a/example/word_count/Makefile.macosx	Tue Dec 16 15:54:24 2014 +0900
+++ b/example/word_count/Makefile.macosx	Tue Jan 27 15:04:10 2015 +0900
@@ -11,7 +11,7 @@
 TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
 TASK_OBJS = $(TASK_SRCS:.cc=.o)
 
-LIBS += -lFifoManager `sdl-config --libs` -lprofiler
+LIBS += -lFifoManager `sdl-config --libs`
 CC += -m$(ABIBIT) -g
 
 .SUFFIXES: .cc .o