cannelloni: remove -DCMAKE_BUILD_TYPE=Release
this is the default
This commit is contained in:
@@ -17,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = lib.optionals sctpSupport [ lksctp-tools ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DSCTP_SUPPORT=${lib.boolToString sctpSupport}"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user