diff example/word_count/spe/Makefile @ 665:77d9e3bc25b2 draft

word_count_test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 01:16:34 +0900
parents cb06748ba6cf
children 852ed17d8af1
line wrap: on
line diff
--- a/example/word_count/spe/Makefile	Thu Dec 03 00:20:28 2009 +0900
+++ b/example/word_count/spe/Makefile	Thu Dec 03 01:16:34 2009 +0900
@@ -7,7 +7,7 @@
 OBJS = $(SRCS:.cc=.o)
 
 CC      = spu-g++
-CFLAGS  = -g -Wall -fno-exceptions -fno-rtti #-DDEBUG
+CFLAGS  = -g -Wall -fno-exceptions -fno-rtti $(OPT) #-DDEBUG
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager
 
@@ -23,4 +23,4 @@
 
 clean:
 	rm -f $(TARGET) $(OBJS)
-	rm -f *~ \#*
\ No newline at end of file
+	rm -f *~ \#*