Mercurial > hg > Game > Cerium
diff example/many_task/Makefile.def @ 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 | 940ffd32e5bd |
children | 893353c014f5 |
line wrap: on
line diff
--- a/example/many_task/Makefile.def Tue Dec 18 15:32:43 2012 +0900 +++ b/example/many_task/Makefile.def Sun Jan 13 17:55:03 2013 +0900 @@ -7,11 +7,12 @@ CERIUM = ../../../Cerium OPT = -O -OPT = -g -O0 +OPT = -g -O2 # OPT = -g CC = clang++ +CXX = clang++ CFLAGS = -Wall $(OPT) -DUSE_SIMPLE_TASK -# CFLAGS = -Wall $(OPT) +CXXFLAGS = ${CFLAGS} INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager