diff example/many_task/spe/Makefile @ 936:14fb1c888931

dead lock on spu/ppu mail
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 05:31:12 +0900
parents 3569d31705b6
children
line wrap: on
line diff
--- a/example/many_task/spe/Makefile	Sat Jul 31 03:13:24 2010 +0900
+++ b/example/many_task/spe/Makefile	Sat Jul 31 05:31:12 2010 +0900
@@ -7,7 +7,7 @@
 OBJS = $(SRCS:.cc=.o)
 
 CC      = spu-g++
-CFLAGS  = -O9 -g -Wall -fno-exceptions -fno-rtti #-DDEBUG
+CFLAGS  += -fno-exceptions -fno-rtti #-DDEBUG
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager