diff example/word_count_run16array/Makefile.def @ 852:5389de58734f

bug fix?
author yutaka@localhost.localdomain
date Mon, 07 Jun 2010 15:07:30 +0900
parents 32584e896fe7
children
line wrap: on
line diff
--- a/example/word_count_run16array/Makefile.def	Sun Jun 06 06:32:00 2010 +0900
+++ b/example/word_count_run16array/Makefile.def	Mon Jun 07 15:07:30 2010 +0900
@@ -8,8 +8,8 @@
 CERIUM = ../../../Cerium
 
 
-OPT =  -O9
-#OPT =  -g
+#OPT =  -O9
+OPT =  -g
 
 CC      = g++
 CFLAGS  =  -Wall $(OPT)