Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.
fixes #18000
This commit is contained in:
@@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
"-DBUILD_STATIC_LIBS=OFF"
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
(mkFlag parallel "USE_GNU_PARALLEL")
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user