chore(debug): force -j1 to serialize GHC parallel code generation
With -j8, GHC generates code for 8 modules in parallel. A parallel merging step might read combined objects via Data.Binary.Get hitting 287 MB. Forcing -j1 serializes codegen to test if parallel merging is the crash cause. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da556aa824
commit
e117f78ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
"--ghc-option=-O0"
|
||||
"--ghc-option=-fomit-interface-pragmas"
|
||||
"--disable-split-sections"
|
||||
"--ghc-option=-fno-dynamic-too"
|
||||
"--ghc-option=-j1"
|
||||
];
|
||||
postUnpack = (old.postUnpack or "") + ''
|
||||
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue