Closed JNeiger closed 4 years ago
This was throwing tons of undefined reference to lz4_decompress_safe continue' flann errors in random places so I had to add this in to link correctly. It seems like this was already a problem in previous versions so this is another bandaid fix.
undefined reference to lz4_decompress_safe continue' flann
I think this breaks old versions of ubuntu so we should find a better fix
This was throwing tons of
undefined reference to lz4_decompress_safe continue' flann
errors in random places so I had to add this in to link correctly. It seems like this was already a problem in previous versions so this is another bandaid fix.