cannelloni: remove -DCMAKE_BUILD_TYPE=Release

this is the default
This commit is contained in:
figsoda 2023-06-12 09:58:17 -04:00
parent 18095b8d94
commit 3fdaa00460

View file

@ -17,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = lib.optionals sctpSupport [ lksctp-tools ];
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release"
"-DSCTP_SUPPORT=${lib.boolToString sctpSupport}"
];