comparison TaskManager/Makefile.def @ 188:fe854a6ee9e2 draft

メモりリーク箇所発見:TaskManager/Test/test_render/ChangeLog参照
author gongo@localhost.localdomain
date Thu, 08 Jan 2009 15:34:19 +0900
parents 06cdf8baa989
children 6694da357750
comparison
equal deleted inserted replaced
187:e9b5dcdae38d 188:fe854a6ee9e2
23 IMPL_CELL_DIR = Cell 23 IMPL_CELL_DIR = Cell
24 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc) 24 IMPL_CELL_SRCS = $(IMPL_FIFO_SRCS) $(wildcard $(IMPL_CELL_DIR)/*.cc)
25 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o) 25 IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cc=.o)
26 26
27 CC = g++ 27 CC = g++
28 CFLAGS = -O9 -Wall `sdl-config --cflags` -g 28 CFLAGS = -O0 -Wall `sdl-config --cflags` -g
29 LIBS = 29 LIBS =
30 30
31 INCLUDE = -I../include/TaskManager 31 INCLUDE = -I../include/TaskManager