forked from github/server
ptries are disabled again
This commit is contained in:
parent
4364f25952
commit
43f00be173
2 changed files with 3 additions and 2 deletions
|
@ -57,7 +57,7 @@ CCFLAGS += -Wall ;
|
|||
|
||||
CCFLAGS += -Wwrite-strings
|
||||
-Wundef
|
||||
-Wstrict-prototypes
|
||||
-Wstrict-prototypes
|
||||
-Werror-implicit-function-declaration
|
||||
-Wno-char-subscripts
|
||||
-Wpointer-arith
|
||||
|
@ -67,6 +67,7 @@ CCFLAGS += -Wwrite-strings
|
|||
# -Wconversion
|
||||
# -Wunreachable-code
|
||||
-Werror
|
||||
-fno-strict-aliasing
|
||||
;
|
||||
|
||||
# this require the latet luabind from CVS
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue