We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd76dc commit 058a035Copy full SHA for 058a035
build_detect_platform
@@ -173,17 +173,6 @@ EOF
173
COMMON_FLAGS="$COMMON_FLAGS -DLEVELDB_PLATFORM_POSIX"
174
fi
175
176
- # Test whether Snappy library is installed
177
- # http://code.google.com/p/snappy/
178
- $CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT 2>/dev/null <<EOF
179
- #include <snappy.h>
180
- int main() {}
181
-EOF
182
- if [ "$?" = 0 ]; then
183
- COMMON_FLAGS="$COMMON_FLAGS -DSNAPPY"
184
- PLATFORM_LIBS="$PLATFORM_LIBS -lsnappy"
185
- fi
186
-
187
# Test whether tcmalloc is available
188
$CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT -ltcmalloc 2>/dev/null <<EOF
189
int main() {}
0 commit comments