opencv: remove duplicated -DCMAKE_BUILD_TYPE=Release flag

The standard builder already does this.
This commit is contained in:
Bjørn Forsman
2015-08-27 10:54:10 +02:00
parent 144502c6e5
commit ac613f0748
@@ -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/;