diff Renderer/Engine/spe/Makefile @ 642:000a3bd205d1

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 10:12:25 +0900
parents 735f76483bb2
children fc0227b5cb5a b7376415fa5f
line wrap: on
line diff
--- a/Renderer/Engine/spe/Makefile	Sat Nov 21 10:06:34 2009 +0900
+++ b/Renderer/Engine/spe/Makefile	Sat Nov 21 10:12:25 2009 +0900
@@ -10,7 +10,7 @@
 OBJS = $(SRCS:.cc=.o)
 
 CC      = spu-g++
-CFLAGS  = -O9 -Wall -g -fno-exceptions -fno-rtti -DUSE_MEMLIST=1 -DUSE_MEMHASH=1 #-DDEBUG
+CFLAGS  = -O9 -Wall -g -fno-exceptions -fno-rtti #-DDEBUG
 INCLUDE = -I$(TOP)/include/TaskManager -I. -I..
 LIBS    = -L$(TOP)/TaskManager -lspemanager