We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d923d82 commit bd6d82cCopy full SHA for bd6d82c
cabal.project
@@ -17,6 +17,10 @@ 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
+executable-dynamic: True
23
+
24
-- Many of our tests only work single-threaded, and the only way to
25
-- ensure tasty runs everything purely single-threaded is to pass
26
-- this at the top-level
0 commit comments