Skip to content

Commit 51b6475

Browse files
authored
Revert "link executables dynamically to speed up linking (#4423)" (#4541)
This reverts commit 2df8775.
1 parent 24c363d commit 51b6475

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cabal.project

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ 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-
-- Disabled on Windows
23-
if(!os(windows))
24-
executable-dynamic: True
25-
2620
-- Many of our tests only work single-threaded, and the only way to
2721
-- ensure tasty runs everything purely single-threaded is to pass
2822
-- this at the top-level

0 commit comments

Comments
 (0)