forked from Mirrors/privacore-open-source-search-engine
spider round updates correction
This commit is contained in:
4
Makefile
4
Makefile
@ -293,8 +293,8 @@ RdbBuckets.o:
|
||||
Linkdb.o:
|
||||
$(CC) $(DEFS) $(CPPFLAGS) -O3 -c $*.cpp
|
||||
|
||||
#XmlDoc.o:
|
||||
# $(CC) $(DEFS) $(CPPFLAGS) -O3 -c $*.cpp
|
||||
XmlDoc.o:
|
||||
$(CC) $(DEFS) $(CPPFLAGS) -O3 -c $*.cpp
|
||||
|
||||
seo.o:
|
||||
$(CC) $(DEFS) $(CPPFLAGS) -O3 -c $*.cpp
|
||||
|
2
Mem.cpp
2
Mem.cpp
@ -12,7 +12,7 @@
|
||||
//#include "Stats.h"
|
||||
|
||||
// put me back
|
||||
#define _EFENCE_
|
||||
//#define _EFENCE_
|
||||
|
||||
// uncomment this for _EFENCE_ to do underflow checks instead of the
|
||||
// default overflow checks
|
||||
|
Reference in New Issue
Block a user