Skip to content

Commit

Permalink
Merge pull request #226 from joshuaehill/LargeLRS
Browse files Browse the repository at this point in the history
Add support for large files. (> 2GB)
  • Loading branch information
celic authored Oct 30, 2023
2 parents bb22ec4 + 3562ee6 commit 364865a
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 41 deletions.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
#CXXFLAGS = -g -Wno-padded -Wno-disabled-macro-expansion -Wno-gnu-statement-expression -Wno-bad-function-cast -fopenmp -O1 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fdenormal-fp-math=ieee -msse2 -march=native -I/usr/include/jsoncpp
#static analysis in clang using
#scan-build-15 --use-c++=/usr/bin/clang++-15 make
LIB = -lbz2 -lpthread -ldivsufsort
LIB = -lbz2 -lpthread -ldivsufsort -ldivsufsort64
COND_LIB = -lmpfr -lgmp
SHARED_LIB = -ljsoncpp -lcrypto
INC =
Expand Down
Loading

0 comments on commit 364865a

Please sign in to comment.