mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
don't use -lmcheck. It causes a lot of crashes in places where it
certainly looks as if nothing is wrong.
This commit is contained in:
parent
dddd5e1dd8
commit
3b62e04d07
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ SVNINFO = svnversion.txt
|
|||
|
||||
|
||||
OBJ = $(patsubst %.cpp,%.o,$(SRC))
|
||||
LDFLAGS += -pthread -g -lmcheck $(STATIC)
|
||||
#LDFLAGS += -pthread -g -lmcheck $(STATIC)
|
||||
LDFLAGS += -pthread -g $(STATIC)
|
||||
CPPFLAGS += -DSPAWN_SELF -DRELAY_HEARTBEAT -DDO_HTTP -g -Wall \
|
||||
-DSVN_REV=\"$(shell cat $(SVNINFO) 2>/dev/null || svnversion -n ..)\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue