Skip to content

Commit

Permalink
fix makefile for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Jul 17, 2024
1 parent 081f6e4 commit cce2760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HTSDIR = ../inst/include/htslib-1.18
CXX = g++
CXXFLAGS = -std=c++17 -Wall -O3 -mavx2
CXXFLAGS = -std=c++17 -Wall -O3
INC = -I. -I../src -I../inst/include -I$(HTSDIR)
LDFLAGS = -L$(HTSDIR) -Wl,-rpath,$(HTSDIR)
LIBS = -lhts -llzma -lbz2 -lm -lz -lpthread
Expand Down

0 comments on commit cce2760

Please sign in to comment.