http://4ynqnnkbfkq327lqr4kfj2udaki224h4isbpjwj5tagxqcgzu7rv6oqd.onion/tags/binary-file-built-without-LFS-support.html
To support large files, code review might be needed to make sure that
those files are not slurped into memory or mmap(2) ed, and that correct
64-bit data types are used (ex: off_t instead of ssize_t ), etc. Once
that has been done ensure _FILE_OFFSET_BITS is defined and
set to 64 before any system headers are included (note that on systems
were the ABI has LFS enabled by default, setting _FILE_OFFSET_BITS to 64 will be a no-op, and as such optional).