Skip to content

Commit 34bdce6

Browse files
committed
Revert "link executables dynamically to speed up linking (haskell#4423)"
This reverts commit 2df8775.
1 parent 24c363d commit 34bdce6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cabal.project

Lines changed: 0 additions & 6 deletions
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)