optional sse4

This commit is contained in:
Heng Li 2017-06-28 22:21:52 -04:00
parent 38070e8a05
commit cf703655cb
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ PROG= minimap2
PROG_EXTRA= sdust
LIBS= -lm -lz -lpthread
ifneq ($(sse4),)
CFLAGS += -msse4
endif
.SUFFIXES:.c .o
.c.o: