ricochet-refresh: remove CMAKE_BUILD_TYPE from cmakeFlags
This commit is contained in:
parent
e5cfcd2b3e
commit
4b84d3dfec
@ -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)
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user