You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:Tokutek/ft-index
mkdir ft-index-build
cd ft-index-build
cmake -DCMAKE_BUILD_TYPE=Debug ../ft-index
make -j8
cd ft/tests
LD_PRELOAD=libsupermalloc_pthread.so ./ft-test
this will hit the posix_memalign size == 0 bug (See #24)
The text was updated successfully, but these errors were encountered:
git clone git@github.com:Tokutek/ft-index
mkdir ft-index-build
cd ft-index-build
cmake -DCMAKE_BUILD_TYPE=Debug ../ft-index
make -j8
cd ft/tests
LD_PRELOAD=libsupermalloc_pthread.so ./ft-test
this will hit the posix_memalign size == 0 bug (See #24)
The text was updated successfully, but these errors were encountered: