diff TaskManager/Makefile.def @ 194:72dcf908ec52

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