diff --git a/Makefile b/Makefile index 722be8f..00de261 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ PROG= minimap2 PROG_EXTRA= sdust LIBS= -lm -lz -lpthread +ifneq ($(sse4),) + CFLAGS += -msse4 +endif + .SUFFIXES:.c .o .c.o: