Mercurial > hg > audiodb
comparison Makefile @ 520:0767731a6cce multiprobeLSH
Fixed boundary {-1,+1} order, array syntax in generate_multiprobe_keys(), boundary error in MultiProbe::valid()
author | mas01mc |
---|---|
date | Mon, 26 Jan 2009 13:19:09 +0000 |
parents | fdcd436d7cbd |
children | 237d5a03d317 |
comparison
equal
deleted
inserted
replaced
519:fdcd436d7cbd | 520:0767731a6cce |
---|---|
15 | 15 |
16 SOVERSION=0 | 16 SOVERSION=0 |
17 MINORVERSION=0 | 17 MINORVERSION=0 |
18 LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) | 18 LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) |
19 | 19 |
20 override CFLAGS+=-O3 -g -fPIC | 20 override CFLAGS+=-g -ggdb -fPIC |
21 | 21 |
22 # set to DUMP hashtables on QUERY load | 22 # set to DUMP hashtables on QUERY load |
23 #override CFLAGS+=-DLSH_DUMP_CORE_TABLES | 23 #override CFLAGS+=-DLSH_DUMP_CORE_TABLES |
24 | 24 |
25 ifeq ($(shell uname),Linux) | 25 ifeq ($(shell uname),Linux) |