diff TaskManager/Makefile.def @ 188:fe854a6ee9e2 draft

メモりリーク箇所発見:TaskManager/Test/test_render/ChangeLog参照
author gongo@localhost.localdomain
date Thu, 08 Jan 2009 15:34:19 +0900
parents 06cdf8baa989
children 6694da357750
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Thu Jan 08 13:46:57 2009 +0900
+++ b/TaskManager/Makefile.def	Thu Jan 08 15:34:19 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