Skip to content

Commit

Permalink
* Add support for large files. (> 2GB).
Browse files Browse the repository at this point in the history
	* Requires divsufsort64 (commonly included in the relevant package).
  • Loading branch information
joshuaehill committed Jul 21, 2023
1 parent 1d8b0af commit 3562ee6
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 3562ee6

Please sign in to comment.