Skip to content

Commit

Permalink
update to not require libdivsufsort to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawwave committed Jun 16, 2022
1 parent ad60af8 commit 405546f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/suffixArrayCompressionTests/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TEST_SRC = saTest.c
SRC = $(wildcard ../../src/*.c)
CFLAGS = -O0 -std=c11 -fsanitize=address -Wall -mtune=native -g -fopenmp -ldivsufsort64 -lfastavector -mavx2 -I../../libdivsufsort/build/include
EXE = saTest.out
CFLAGS = -O0 -std=c11 -fsanitize=address -Wall -mtune=native -g -fopenmp -ldivsufsort64 -lfastavector -mavx2 -L../../lib/libdivsufsort/build/lib
bwtTest: $(SRC)
gcc $(TEST_SRC) $(SRC) -o $(EXE) $(CFLAGS)

0 comments on commit 405546f

Please sign in to comment.