ptries are disabled again

This commit is contained in:
Enno Rehling 2008-04-25 15:46:39 +00:00
parent 4364f25952
commit 43f00be173
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@ CCFLAGS += -Wwrite-strings
# -Wconversion
# -Wunreachable-code
-Werror
-fno-strict-aliasing
;
# this require the latet luabind from CVS

View File

@ -84,7 +84,7 @@
#include <time.h>
#include <errno.h>
#define PTRIES 1
#define PTRIES 0 /* it turns out they are slow :-( */
#if PTRIES
#include <util/patricia.h>
#endif