diff TaskManager/Makefile.def @ 949:86aea6affe6c

word count size fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 02 Aug 2010 15:05:02 +0900
parents 9689cba44964
children 97cae7f41e25
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Mon Aug 02 09:36:02 2010 +0900
+++ b/TaskManager/Makefile.def	Mon Aug 02 15:05:02 2010 +0900
@@ -29,7 +29,7 @@
 
 ABIBIT = 32
 
-OPT = -g -O9
+OPT = -g -O9 -DEARLY_TOUCH
 # OPT =  -g -DTASK_LIST_MAIL -O9
 
 CC     = g++