Mercurial > hg > Game > Cerium
diff example/word_count/Makefile.macosx @ 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 | 258498680128 |
children |
line wrap: on
line diff
--- 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