diff TaskManager/Makefile.def @ 440:0f3605d1ee73

fix get_segment exaple PPE task
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 25 Sep 2009 01:47:03 +0900
parents 03ae2929c931
children 32a7260fad2f
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Fri Sep 25 00:46:50 2009 +0900
+++ b/TaskManager/Makefile.def	Fri Sep 25 01:47:03 2009 +0900
@@ -28,7 +28,7 @@
 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
 
 CC     = g++   
-CFLAGS = -O9 -Wall `sdl-config --cflags` -g
+CFLAGS = -Wall `sdl-config --cflags` -g # -O9 
 LIBS   = 
 
-INCLUDE = -I../include/TaskManager
\ No newline at end of file
+INCLUDE = -I../include/TaskManager