cannelloni: remove -DCMAKE_BUILD_TYPE=Release
this is the default
This commit is contained in:
parent
18095b8d94
commit
3fdaa00460
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
buildInputs = lib.optionals sctpSupport [ lksctp-tools ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DSCTP_SUPPORT=${lib.boolToString sctpSupport}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue