Mercurial > hg > audiodb
diff Makefile @ 533:eb5dd50dd7d1 multiprobeLSH
Added warning about deprecated LSH_N_POINT_BITS coding. Only affects indexes built prior to rev 820
author | mas01mc |
---|---|
date | Tue, 03 Feb 2009 02:04:06 +0000 |
parents | 06409b6e268f |
children | 1731a6c457d7 |
line wrap: on
line diff
--- a/Makefile Mon Feb 02 17:41:02 2009 +0000 +++ b/Makefile Tue Feb 03 02:04:06 2009 +0000 @@ -17,7 +17,10 @@ MINORVERSION=0 LIBRARY=lib$(EXECUTABLE).so.$(SOVERSION).$(MINORVERSION) -override CFLAGS+=-O3 -fPIC #-fprofile-arcs -ftest-coverage -pg +override CFLAGS+=-g -O3 -fPIC + +# set to generate profile (gprof) and coverage (gcov) info +#override CFLAGS+=-fprofile-arcs -ftest-coverage -pg # set to DUMP hashtables on QUERY load #override CFLAGS+=-DLSH_DUMP_CORE_TABLES