diff TaskManager/Makefile.def @ 809:13c736659c63 draft

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 22 May 2010 23:23:29 +0900
parents 97b75b9657a2
children af2fb2e641eb
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Sat May 22 22:32:41 2010 +0900
+++ b/TaskManager/Makefile.def	Sat May 22 23:23:29 2010 +0900
@@ -29,8 +29,8 @@
 
 ABIBIT = 32
 
-OPT = -O9 
-#OPT =  -g
+# OPT = -O9 
+OPT =  -g
 
 CC     = g++   
 CFLAGS = -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)