bugfix issue #275 - disable rice video debugger; it is not necessary for users and causes a slowdown. patch from Sven Eckelmann

This commit is contained in:
Richard Goedeken 2009-10-02 03:07:32 +00:00
parent 9df29003e1
commit e3e05ccadc

View file

@ -32,12 +32,6 @@ endif
CFLAGS += $(SDL_FLAGS) -fpic -DPIC -Wall
LDFLAGS += -lpng $(SDL_LIBS) $(LIBGL_LIBS) $(PLUGIN_LDFLAGS)
# set options
ifeq ($(DBG), 1)
CFLAGS += -D_DEBUG
endif
# list of object files to generate
OBJECTS = OGLGraphicsContext.o \
Debugger.o \