rocksdb: build without debug

This commit is contained in:
Domen Kožar
2017-01-03 23:10:24 +01:00
parent 8b6b0aea72
commit 4ce88d8674
@@ -36,14 +36,16 @@ stdenv.mkDerivation rec {
JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
buildFlags = [
"DEBUG_LEVEL=0"
"shared_lib"
"static_lib"
];
installFlags = [
"INSTALL_PATH=\${out}"
"DEBUG_LEVEL=0"
"install-shared"
"install-static"
"INSTALL_PATH=\${out}"
];
postInstall = ''