diff TaskManager/Makefile.def @ 193:1ff24ca2f016 draft

fix
author gongo@localhost.localdomain
date Tue, 13 Jan 2009 19:06:13 +0900
parents 6694da357750
children b56fb6ac2fc4
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Tue Jan 13 10:41:05 2009 +0900
+++ b/TaskManager/Makefile.def	Tue Jan 13 19:06:13 2009 +0900
@@ -25,7 +25,7 @@
 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
 
 CC     = g++   
-CFLAGS = -O9 -Wall `sdl-config --cflags` -g
+CFLAGS = -O0 -Wall `sdl-config --cflags` -g
 LIBS   = 
 
 INCLUDE = -I../include/TaskManager
\ No newline at end of file