mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
foundationdb: don't set CMAKE_BUILD_TYPE
It's set to Release by our cmake builder already
This commit is contained in:
parent
3c78f8bbaf
commit
f5f5051d81
@ -38,8 +38,7 @@ let
|
||||
dontFixCmake = true;
|
||||
|
||||
cmakeFlags =
|
||||
[ "-DCMAKE_BUILD_TYPE=Release"
|
||||
(lib.optionalString officialRelease "-DFDB_RELEASE=TRUE")
|
||||
[ (lib.optionalString officialRelease "-DFDB_RELEASE=TRUE")
|
||||
|
||||
# FIXME: why can't libressl be found automatically?
|
||||
"-DLIBRESSL_USE_STATIC_LIBS=FALSE"
|
||||
|
Loading…
Reference in New Issue
Block a user