Skip to content

Commit

Permalink
rocksdb: build without debug
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 29, 2016
1 parent 219c703 commit 8b45139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/rocksdb/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 8b45139

Please sign in to comment.