From 34bdce657d796a55084bba62257aa0d2d520b424 Mon Sep 17 00:00:00 2001 From: fendor Date: Thu, 3 Apr 2025 10:43:00 +0200 Subject: [PATCH] Revert "link executables dynamically to speed up linking (#4423)" This reverts commit 2df8775fa6062073904e96c48b456045511f05b5. --- cabal.project | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cabal.project b/cabal.project index f57b4079f2..c9a7a606b3 100644 --- a/cabal.project +++ b/cabal.project @@ -17,12 +17,6 @@ benchmarks: True write-ghc-environment-files: never --- Link executables dynamically so the linker doesn't produce test --- executables of ~150MB each and works lightning fast at that too --- Disabled on Windows -if(!os(windows)) - executable-dynamic: True - -- Many of our tests only work single-threaded, and the only way to -- ensure tasty runs everything purely single-threaded is to pass -- this at the top-level