mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:47:49 +00:00
crystal: do not build with --no-debug
This commit is contained in:
parent
c1487a18d1
commit
a5a5849f27
@ -48,7 +48,8 @@ let
|
||||
})
|
||||
(import shardsFile));
|
||||
|
||||
defaultOptions = [ "--release" "--progress" "--verbose" "--no-debug" ];
|
||||
# We no longer use --no-debug in accordance with upstream's recommendation
|
||||
defaultOptions = [ "--release" "--progress" "--verbose" ];
|
||||
|
||||
buildDirectly = shardsFile == null || crystalBinaries != { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user