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
|
CCFLAGS += -Wwrite-strings
|
||||||
-Wundef
|
-Wundef
|
||||||
-Wstrict-prototypes
|
-Wstrict-prototypes
|
||||||
-Werror-implicit-function-declaration
|
-Werror-implicit-function-declaration
|
||||||
-Wno-char-subscripts
|
-Wno-char-subscripts
|
||||||
-Wpointer-arith
|
-Wpointer-arith
|
||||||
|
@ -67,6 +67,7 @@ CCFLAGS += -Wwrite-strings
|
||||||
# -Wconversion
|
# -Wconversion
|
||||||
# -Wunreachable-code
|
# -Wunreachable-code
|
||||||
-Werror
|
-Werror
|
||||||
|
-fno-strict-aliasing
|
||||||
;
|
;
|
||||||
|
|
||||||
# this require the latet luabind from CVS
|
# this require the latet luabind from CVS
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#define PTRIES 1
|
#define PTRIES 0 /* it turns out they are slow :-( */
|
||||||
#if PTRIES
|
#if PTRIES
|
||||||
#include <util/patricia.h>
|
#include <util/patricia.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue