forked from mirrors/nixpkgs
feat: use release mode only on the compiler and not the specs
This commit is contained in:
parent
b1be734009
commit
5564346d68
|
@ -87,7 +87,7 @@ let
|
|||
, binary
|
||||
, doCheck ? true
|
||||
, extraBuildInputs ? [ ]
|
||||
, buildFlags ? [ "all" "docs" ]
|
||||
, buildFlags ? [ "all" "docs" "release=1"]
|
||||
}:
|
||||
lib.fix (compiler: stdenv.mkDerivation {
|
||||
pname = "crystal";
|
||||
|
@ -165,7 +165,6 @@ let
|
|||
|
||||
makeFlags = [
|
||||
"CRYSTAL_CONFIG_VERSION=${version}"
|
||||
"release=1"
|
||||
"progress=1"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue