diff TaskManager/Makefile.def @ 908:830bcfbde3bc

fix
author Yutaka_Kinjyo
date Tue, 20 Jul 2010 04:05:07 +0900
parents bed529c55eda
children c15473540c11
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Tue Jul 20 02:33:48 2010 +0900
+++ b/TaskManager/Makefile.def	Tue Jul 20 04:05:07 2010 +0900
@@ -30,7 +30,7 @@
 ABIBIT = 32
 
 #OPT = -O9
-OPT =  -g -O9  -DTASK_LIST_MAIL
+OPT =  -g -DTASK_LIST_MAIL #-O9
 
 CC     = g++   
 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)