mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
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 New Issue
Block a user