Skip to content

Commit a7eaf58

Browse files
committed
Add multithreading to ob run
1 parent 3bc3718 commit a7eaf58

File tree

1 file changed

+1
-0
lines changed
  • lib/command/src/Obelisk/Command

1 file changed

+1
-0
lines changed

lib/command/src/Obelisk/Command/Run.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ baseGhciOptions =
579579
[ "-ignore-dot-ghci"
580580
, "-no-user-package-db"
581581
, "-hide-all-packages"
582+
, "-j"
582583
, "-package-env", "-"
583584
]
584585

0 commit comments

Comments
 (0)