Mercurial > hg > audiodb
diff Makefile @ 525:11dd6eab15c8 multiprobeLSH
_LSH_DEBUG_ option now reports correct point counts per hashtable read.
author | mas01mc |
---|---|
date | Wed, 28 Jan 2009 17:18:58 +0000 |
parents | 469b50a3dd84 |
children | cbd5841e6b70 |
line wrap: on
line diff
--- a/Makefile Wed Jan 28 16:02:17 2009 +0000 +++ b/Makefile Wed Jan 28 17:18:58 2009 +0000 @@ -17,14 +17,19 @@ MINORVERSION=0 LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) -override CFLAGS+=-ggdb -g -fPIC +override CFLAGS+=-O3 -g -fPIC # set to DUMP hashtables on QUERY load #override CFLAGS+=-DLSH_DUMP_CORE_TABLES +# set to turn on debugging information for LSH hashtables +#override CFLAGS+=-D_LSH_DEBUG_ + # set to increase multiple probes in LSH QUERY (allowable range = 1 ... lsh_k*2) #override CFLAGS+=-DLSH_MULTI_PROBE_COUNT=10 + + ifeq ($(shell uname),Linux) override CFLAGS+=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 endif