ricochet-refresh: remove CMAKE_BUILD_TYPE from cmakeFlags

This commit is contained in:
jopejoe1 2024-08-23 19:02:50 +02:00
parent e5cfcd2b3e
commit 4b84d3dfec

View File

@ -44,9 +44,10 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
cmakeBuildType = "MinSizeRel";
# https://github.com/blueprint-freespeech/ricochet-refresh/blob/main/BUILDING.md
cmakeFlags = [
(lib.cmakeFeature "CMAKE_BUILD_TYPE" "MinSizeRel")
(lib.cmakeBool "RICOCHET_REFRESH_INSTALL_DESKTOP" true)
(lib.cmakeBool "USE_SUBMODULE_FMT" true)
];