diff example/word_count_test/Makefile.def @ 669:4af9d20cf3af

fix non SIMPLE_TASK code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 04:47:05 +0900
parents 6bec6efda444
children d9111086b2c4
line wrap: on
line diff
--- a/example/word_count_test/Makefile.def	Thu Dec 03 04:29:51 2009 +0900
+++ b/example/word_count_test/Makefile.def	Thu Dec 03 04:47:05 2009 +0900
@@ -10,8 +10,8 @@
 # SIMPLE_TASK= -DSIMPLE_TASK
 SIMPLE_TASK= 
 
-# OPT =  -O9
-OPT =  -g
+OPT =  -O9
+# OPT =  -g
 CC      = g++
 CFLAGS  =  -Wall $(OPT) $(SIMPLE_TASK)