This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LevelDB builds for modern gcc versions
LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due to an undefined 'ssize_t'. Other users are also seeing this failure: Level/levelup#224. The standalone LevelDB project builds with -std=c++0x which fixes the above error.
- Loading branch information