Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 5a4b87c

Browse files
Merge #97
97: split data output for ekg to reduce closure size r=disassembler a=disassembler Co-authored-by: Samuel Leathers <[email protected]>
2 parents f4fea7a + 1b008bf commit 5a4b87c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/pkgs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ let
4040
# This is similar to jailbreakCabal, however it
4141
# does not require any messing with cabal files.
4242
packages.katip.components.library.doExactConfig = true;
43+
packages.ekg.components.library.enableSeparateDataOutput = true;
4344
packages.typed-protocols.configureFlags = [ "--ghc-option=-Werror" ];
4445
packages.io-sim.configureFlags = [ "--ghc-option=-Werror" ];
4546
packages.io-sim-classes.configureFlags = [ "--ghc-option=-Werror" ];

0 commit comments

Comments
 (0)