Commit 3fdaa004 authored by figsoda's avatar figsoda
Browse files

cannelloni: remove -DCMAKE_BUILD_TYPE=Release

this is the default
parent 18095b8d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = lib.optionals sctpSupport [ lksctp-tools ];

  cmakeFlags = [
    "-DCMAKE_BUILD_TYPE=Release"
    "-DSCTP_SUPPORT=${lib.boolToString sctpSupport}"
  ];