turn off debug flag that's started crashing the gtk app (presumably

due to an upgrade to a stricter version of glib)
This commit is contained in:
Eric House 2012-03-11 15:06:57 -07:00
parent 07fba2c71b
commit 2a728ce4b0

View file

@ -181,7 +181,11 @@ OBJ = \
$(PLATFORM)/linuxutl.o \
$(CURSES_OBJS) $(GTK_OBJS) $(MAIN_OBJS)
LIBS = -lm -lmcheck $(GPROFFLAG)
LIBS = -lm $(GPROFFLAG)
# Turn this off for now. I apparently have a memory problem, but it
# doesn't make the app unusable for testing while crash on boot does.
# LIBS += -lmcheck
ifdef BLUETOOTH
LIBS += -lbluetooth
endif