chore(debug): add -fno-dynamic-too to skip combined static/dynamic pass
DynamicToo state: DT_Dyn appears right before the crash. Force separate static and dynamic GHC compilation passes to change the code path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
01902040da
commit
4c0d966d38
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@
|
|||
"--ghc-option=-O0"
|
||||
"--ghc-option=-fomit-interface-pragmas"
|
||||
"--disable-split-sections"
|
||||
"--ghc-option=-fno-dynamic-too"
|
||||
];
|
||||
postUnpack = (old.postUnpack or "") + ''
|
||||
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue