lighthouse/beacon_node/store
Michael Sproul 1312844f29 Disable snappy in LevelDB to fix build issues (#1983)
## Proposed Changes

A user on Discord reported build issues when trying to compile Lighthouse checked out to a path with spaces in it. I've fixed the issue upstream in `leveldb-sys` (https://github.com/skade/leveldb-sys/pull/22), but rather than waiting for a new release of the `leveldb` crate, we can also work around the issue by disabling Snappy in LevelDB, which we weren't using anyway.

This may also have the side-effect of slightly improving compilation times, as LevelDB+Snappy was found to be a substantial contributor to build time (although I'm not sure how much was LevelDB and how much was Snappy).
2020-11-27 03:01:57 +00:00
..
benches Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
examples Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
Cargo.toml Disable snappy in LevelDB to fix build issues (#1983) 2020-11-27 03:01:57 +00:00