Skip to content

Commit

Permalink
parallel downsweep
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Oct 30, 2024
1 parent 1bc53ba commit aafe518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell/compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def _dynamic_target_metadata_impl(actions, artifacts, dynamic_values, outputs, a
)
package_flag = _package_flag(arg.haskell_toolchain)
ghc_args = cmd_args()
ghc_args.add("-j")
ghc_args.add("-hide-all-packages")

ghc_args.add(cmd_args(arg.toolchain_libs, prepend=package_flag))
Expand Down

0 comments on commit aafe518

Please sign in to comment.