Commit 4b84d3df authored by jopejoe1's avatar jopejoe1
Browse files

ricochet-refresh: remove CMAKE_BUILD_TYPE from cmakeFlags

parent e5cfcd2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
  ];