diff TaskManager/Makefile.def @ 664:7405d92733a8

word count
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2009 00:20:28 +0900
parents 8a807e2f64f8
children 4470ff271c5a
line wrap: on
line diff
--- a/TaskManager/Makefile.def	Wed Dec 02 22:20:32 2009 +0900
+++ b/TaskManager/Makefile.def	Thu Dec 03 00:20:28 2009 +0900
@@ -32,8 +32,11 @@
 # SIMPLE_TASK=-DSIMPLE_TASK
 SIMPLE_TASK=
 
+# OPT = -O9
+OPT =  -g
+
 CC     = g++   
-CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -g -m$(ABIBIT)   -O9 
+CFLAGS = $(SIMPLE_TASK) -Wall `sdl-config --cflags` -m$(ABIBIT)   $(OPT)
 LIBS   =  -m$(ABIBIT)
 
 INCLUDE = -I../include/TaskManager