diff --git a/flake.nix b/flake.nix index 9ef1e1c..b06b5a1 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ configureFlags = (old.configureFlags or []) ++ [ "--ghc-option=-O0" "--ghc-option=-fomit-interface-pragmas" - "--ghc-option=-ddump-if-trace" + "--disable-split-sections" ]; postUnpack = (old.postUnpack or "") + '' _actual="$sourceRoot/build/Generated/ActualTypes.hs"