Mercurial > hg > Game > Cerium
diff example/many_task/Makefile.macosx @ 1542:9ccfdc408d51 draft
fix gpu word count.but not count line num.
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 13 Jan 2013 17:55:03 +0900 |
parents | b3644b73d2cf |
children | 5c4e3f0d372a |
line wrap: on
line diff
--- a/example/many_task/Makefile.macosx Tue Dec 18 15:32:43 2012 +0900 +++ b/example/many_task/Makefile.macosx Sun Jan 13 17:55:03 2013 +0900 @@ -12,7 +12,7 @@ TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP)) TASK_OBJS = $(TASK_SRCS:.cc=.o) -CC = g++ +CC = clang++ CC += $(ABI) # CFLAGS = -g -Wall# -O9 #-DDEBUG