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"; JEMALLOC_LIB = stdenv.lib.optionalString (malloc == jemalloc) "-ljemalloc";
buildFlags = [ buildFlags = [
"DEBUG_LEVEL=0"
"shared_lib" "shared_lib"
"static_lib" "static_lib"
]; ];
installFlags = [ installFlags = [
"INSTALL_PATH=\${out}"
"DEBUG_LEVEL=0"
"install-shared" "install-shared"
"install-static" "install-static"
"INSTALL_PATH=\${out}"
]; ];
postInstall = '' postInstall = ''