We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df24af6 commit 2df8775Copy full SHA for 2df8775
cabal.project
@@ -17,6 +17,12 @@ benchmarks: True
17
18
write-ghc-environment-files: never
19
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
+
26
-- Many of our tests only work single-threaded, and the only way to
27
-- ensure tasty runs everything purely single-threaded is to pass
28
-- this at the top-level
0 commit comments