rocksdb: build without debug
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user