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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue