yahoo / mdbm

MDBM a very fast memory-mapped key/value store.
BSD 3-Clause "New" or "Revised" License
992 stars 111 forks source link

OSX build updates, static inline to allow -O0 #37

Closed eam closed 9 years ago

eam commented 9 years ago

Small build tweaks. Ran into some further issues and needed to build -O0, which isn't possible with pure "inline." static inline should work, per: http://www.greenend.org.uk/rjk/tech/inline.html.

Separate PR to follow re the other runtime issues. With this PR I can build successfully.

yahoocla commented 9 years ago

CLA is valid!

eam commented 9 years ago

cc @postster

eam commented 9 years ago

Ok, I think this is now correct