Skip to content

Commit

Permalink
link executables dynamically to speed up linking
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Oct 12, 2024
1 parent da403a7 commit 6687f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ benchmarks: True

write-ghc-environment-files: never

-- Link executables dynamically so the linker doesn't produce test
-- executables of ~150MB each and works lightning fast at that too
executable-dynamic: True

-- Many of our tests only work single-threaded, and the only way to
-- ensure tasty runs everything purely single-threaded is to pass
-- this at the top-level
Expand Down

0 comments on commit 6687f82

Please sign in to comment.