Mercurial > hg > Members > kono > Cerium
diff TaskManager/Makefile.def @ 611:2cfbb36e221a
cell fix memaddr
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 10 Nov 2009 20:24:07 +0900 |
parents | 32a7260fad2f |
children | 60aa3f241b10 |
line wrap: on
line diff
--- a/TaskManager/Makefile.def Sun Nov 08 03:30:06 2009 +0900 +++ b/TaskManager/Makefile.def Tue Nov 10 20:24:07 2009 +0900 @@ -30,7 +30,7 @@ ABI = -m32 CC = g++ -CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) # -O9 +CFLAGS = -Wall `sdl-config --cflags` -g $(ABI) -O9 LIBS = INCLUDE = -I../include/TaskManager