liuis / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Prevent snappy and tcmalloc detection #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1../build_detect_platform

snappy and tcmalloc are detected when available

No option to disable their detection is available. When using leveldb as a 
static library, there are situations where having to link against 
snappy/tcmalloc is not desirable and it would be nice to be able to override 
this automatic detection during the configuration phase.

What version of the product are you using? On what operating system?
leveldb 1,4, OSX 10.9.2, clang 3.3

Original issue reported on code.google.com by anrufe7...@gmail.com on 4 Mar 2014 at 3:51