Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.def @ 1516:e544f9747169 draft
fix gpu kernel source
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 08 Nov 2012 17:20:10 +0900 |
parents | 840dee241530 |
children | 4443d59a8210 |
line wrap: on
line diff
--- a/TaskManager/Makefile.def Tue Oct 23 14:41:27 2012 +0900 +++ b/TaskManager/Makefile.def Thu Nov 08 17:20:10 2012 +0900 @@ -33,13 +33,13 @@ ABIBIT = 64 -OPT = -g -DMAIL_QUEUE -DNOT_CHECK -DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE -#OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE +OPT = -g -O0 -DMAIL_QUEUE -DNOT_CHECK -DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE +#OPT = -O9 -DMAIL_QUEUE -DNOT_CHECK #-DTASK_LIST_MAIL #-DEARLY_TOUCH -DUSE_CACHE -CC = g++ +CC = clang++ CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT) $(OPT) LIBS = -m$(ABIBIT)