diff TaskManager/Makefile.def @ 673:d9111086b2c4

profiling worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 05 Dec 2009 20:54:12 +0900
parents 9eefc1b24c87
children bde5f13adf10
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Sat Dec 05 20:20:08 2009 +0900
+++ b/TaskManager/Makefile.def	Sat Dec 05 20:54:12 2009 +0900
@@ -32,8 +32,8 @@
 # SIMPLE_TASK=-DSIMPLE_TASK
 SIMPLE_TASK=
 
-OPT = -O9 
-# OPT =  -g
+# OPT = -O9 
+OPT =  -g
 
 CC     = g++   
 CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)