cannelloni: remove -DCMAKE_BUILD_TYPE=Release

this is the default

figsoda 3fdaa004 18095b8d

-1
-1
pkgs/os-specific/linux/cannelloni/default.nix
··· 17 buildInputs = lib.optionals sctpSupport [ lksctp-tools ]; 18 19 cmakeFlags = [ 20 - "-DCMAKE_BUILD_TYPE=Release" 21 "-DSCTP_SUPPORT=${lib.boolToString sctpSupport}" 22 ]; 23
··· 17 buildInputs = lib.optionals sctpSupport [ lksctp-tools ]; 18 19 cmakeFlags = [ 20 "-DSCTP_SUPPORT=${lib.boolToString sctpSupport}" 21 ]; 22