Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
agnieszkadanek authored Nov 10, 2020
1 parent a3cdd6e commit 54ad201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ endif


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

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

0 comments on commit 54ad201

Please sign in to comment.