mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
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:
parent
07fba2c71b
commit
2a728ce4b0
1 changed files with 5 additions and 1 deletions
|
@ -181,7 +181,11 @@ OBJ = \
|
||||||
$(PLATFORM)/linuxutl.o \
|
$(PLATFORM)/linuxutl.o \
|
||||||
$(CURSES_OBJS) $(GTK_OBJS) $(MAIN_OBJS)
|
$(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
|
ifdef BLUETOOTH
|
||||||
LIBS += -lbluetooth
|
LIBS += -lbluetooth
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue