axiak / pybloomfiltermmap

Fast Python Bloom Filter using Mmap
http://axiak.github.com/pybloomfiltermmap/
MIT License
741 stars 137 forks source link

please use build flags #63

Closed LocutusOfBorg closed 9 years ago

LocutusOfBorg commented 9 years ago

hi,

bloomfilter: mmapbitarray.* bloomfilter.*
        gcc -lm -O3 mmapbitarray.c md5.c MurmurHash3.cpp bloomfilter.c -o bf

mbarray: mmapbitarray.*
        gcc -lm -O3 -DMBAQUERY mmapbitarray.c -o mbaquery
        gcc -lm -O3 -DMBACREATE mmapbitarray.c -o mbacreate

do you have any reason for overriding system LDFLAGS, CFLAGS, CPPFLAGS during build?

Debian injects harderning flags, but they are strip during build...

thanks,

G.

axiak commented 9 years ago

PRs are welcome

LocutusOfBorg commented 9 years ago

here we are! :)