Skip to content

Commit 7691151

Browse files
committed
link executables dynamically to speed up linking
1 parent df24af6 commit 7691151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ benchmarks: True
1717

1818
write-ghc-environment-files: never
1919

20+
-- Link executables dynamically so the linker doesn't produce test
21+
-- executables of ~150MB each and works lightning fast at that too
22+
executable-dynamic: True
23+
2024
-- Many of our tests only work single-threaded, and the only way to
2125
-- ensure tasty runs everything purely single-threaded is to pass
2226
-- this at the top-level

0 commit comments

Comments
 (0)