Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.
fixes #18000
This commit is contained in:
committed by
Jörg Thalheim
parent
0e3e7a6bcd
commit
fcee1d0b28
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ cmake fuse openssl zlib bzip2 libxml2 icu ];
|
||||
|
||||
cmakeConfigureFlagFlags = ["-DCMAKE_BUILD_TYPE=RELEASE"];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.darlinghq.org/;
|
||||
description = "Darling lets you open OS X dmgs on Linux";
|
||||
|
||||
Reference in New Issue
Block a user