enabled kalloc (was a mistake)

Not using kalloc leads to significant malloc overhead.
This commit is contained in:
Heng Li 2017-06-26 15:41:55 -04:00
parent 99c57b86c5
commit b56cd790f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC= gcc
CFLAGS= -g -Wall -O2 -Wc++-compat -Wno-unused-function
CPPFLAGS=
CPPFLAGS= -DHAVE_KALLOC
INCLUDES= -I.
OBJS= kalloc.o kthread.o misc.o bseq.o sketch.o chain.o align.o sdust.o \
index.o format.o map.o ksw2_extz2_sse.o