Skip to content

Commit f13a6de

Browse files
Update makefile
1 parent edd41d9 commit f13a6de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ endif
2727

2828
CC = g++
2929
LDFLAGS +=
30-
CFLAGS += -Wall -O3 -m64 -std=c++11 $(OMP_FLAGS) -pthread -mavx -lz -I $(KMER_DB_LIBS_DIR) -I $(EXTRA_LIBS_DIR)
31-
CFLAGS_AVX2 += $(CFLAGS)
32-
CLINK = -lm -O3 -std=c++11 -lpthread $(OMP_FLAGS) -mavx $(ABI_FLAGS)
30+
CFLAGS += -Wall -O3 -m64 -std=c++11 $(OMP_FLAGS) -pthread -mavx - -I $(KMER_DB_LIBS_DIR) -I $(EXTRA_LIBS_DIR)
31+
CFLAGS_AVX2 += $(CFLAGS) -mavx2
32+
CLINK = -lm -O3 -std=c++11 -lpthread $(OMP_FLAGS) -mavx $(ABI_FLAGS) -lz
3333

3434
OBJS := $(KMER_DB_MAIN_DIR)/analyzer.o \
3535
$(KMER_DB_MAIN_DIR)/console.o \

0 commit comments

Comments
 (0)