mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add -lmcheck, which purports to catch memory errors
This commit is contained in:
parent
130c0f5a92
commit
9f0db2d9c5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ OBJ = $(PLATFORM)/linuxmain.o \
|
||||||
|
|
||||||
# $(PLATFORM)/linuxcommpipe.o \
|
# $(PLATFORM)/linuxcommpipe.o \
|
||||||
|
|
||||||
LIBS = -pthread -lm -lbluetooth -L $(HOME)/usr/local/pilot/lib $(GPROFFLAG)
|
LIBS = -pthread -lm -lmcheck -lbluetooth -L $(HOME)/usr/local/pilot/lib $(GPROFFLAG)
|
||||||
|
|
||||||
ifneq (,$(findstring DPLATFORM_GTK,$(DEFINES)))
|
ifneq (,$(findstring DPLATFORM_GTK,$(DEFINES)))
|
||||||
LIBS += `pkg-config --libs gtk+-2.0`
|
LIBS += `pkg-config --libs gtk+-2.0`
|
||||||
|
|
Loading…
Add table
Reference in a new issue