opencv: remove duplicated -DCMAKE_BUILD_TYPE=Release flag
The standard builder already does this.
This commit is contained in:
parent
144502c6e5
commit
ac613f0748
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Open Computer Vision Library with more than 500 algorithms";
|
||||
homepage = http://opencv.org/;
|
||||
|
|
Loading…
Reference in a new issue