rocksdb: build without debug

This commit is contained in:
Domen Kožar 2016-12-29 14:38:51 +01:00
parent 8b6b0aea72
commit 4ce88d8674

View File

@ -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 = ''