feat: use release mode only on the compiler and not the specs

This commit is contained in:
Evangelos Paterakis 2022-11-21 22:30:48 +02:00
parent b1be734009
commit 5564346d68
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9

View File

@ -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"
];