generated from coulomb/repo-seed
chore(debug): add -fno-dynamic-too to skip combined static/dynamic pass
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
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:
@@ -125,6 +125,7 @@
|
|||||||
"--ghc-option=-O0"
|
"--ghc-option=-O0"
|
||||||
"--ghc-option=-fomit-interface-pragmas"
|
"--ghc-option=-fomit-interface-pragmas"
|
||||||
"--disable-split-sections"
|
"--disable-split-sections"
|
||||||
|
"--ghc-option=-fno-dynamic-too"
|
||||||
];
|
];
|
||||||
postUnpack = (old.postUnpack or "") + ''
|
postUnpack = (old.postUnpack or "") + ''
|
||||||
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
_actual="$sourceRoot/build/Generated/ActualTypes.hs"
|
||||||
|
|||||||
Reference in New Issue
Block a user