diff TaskManager/Test/simple_render/Makefile @ 105:3e331f7576a1

*** empty log message ***
author gongo
date Mon, 03 Mar 2008 18:55:28 +0900
parents 62679f4cae18
children 5c194c71eca8
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile	Mon Mar 03 17:21:20 2008 +0900
+++ b/TaskManager/Test/simple_render/Makefile	Mon Mar 03 18:55:28 2008 +0900
@@ -8,7 +8,7 @@
 TASK_OBJS = $(TASK_SRCS:.cpp=.o)
 
 CC      = g++
-CFLAGS  = -g -Wall# -DDEBUG
+CFLAGS  = -O9 -g -Wall# -DDEBUG
 INCLUDE = -I../../../include/TaskManager -I.
 
 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags` -I/usr/local/include/SDL