diff TaskManager/Makefile.def @ 989:0b8f9d4d7dab akira

ppack initialization fix
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 04:40:14 +0900
parents 0b6f8c82625a
children c79651141045
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Sat Oct 02 03:48:39 2010 +0900
+++ b/TaskManager/Makefile.def	Fri Oct 01 04:40:14 2010 +0900
@@ -29,8 +29,9 @@
 
 ABIBIT = 32
 
-OPT = -g -O -DEARLY_TOUCH
-# OPT =  -g -DTASK_LIST_MAIL -O9
+OPT = -g -O9 
+# -DEARLY_TOUCH
+# -g -DTASK_LIST_MAIL -O9
 
 CC     = g++   
 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)