foundationdb: don't set CMAKE_BUILD_TYPE

It's set to Release by our cmake builder already
This commit is contained in:
Jente Hidskes Ankarberg 2023-02-01 16:12:50 +01:00
parent 3c78f8bbaf
commit f5f5051d81
No known key found for this signature in database

View file

@ -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"