lemire / SIMDCompressionAndIntersection

A C++ library to compress and intersect sorted lists of integers using SIMD instructions
Apache License 2.0
419 stars 58 forks source link

fixed creation of shared object #12

Closed shlomiv closed 8 years ago

shlomiv commented 8 years ago

added -fpic to makefile, as discussed in #11