diff example/word_count/spe/Makefile @ 946:a8b6ee80c108

unify word count examples....
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 01 Aug 2010 21:05:35 +0900
parents 4470ff271c5a
children
line wrap: on
line diff
--- a/example/word_count/spe/Makefile	Sun Aug 01 19:29:27 2010 +0900
+++ b/example/word_count/spe/Makefile	Sun Aug 01 21:05:35 2010 +0900
@@ -7,7 +7,7 @@
 OBJS = $(SRCS:.cc=.o)
 
 CC      = spu-g++
-CFLAGS  = -g -Wall -fno-exceptions -fno-rtti $(OPT) #-DDEBUG
+CFLAGS  = -Wall -fno-exceptions -fno-rtti $(OPT) 
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager