Skip to content

hadrian: disable alloca for in-tree GMP

Cheng Shao requested to merge type-dance/ghc:gmp-no-alloca into master

When building in-tree GMP, disable its alloca usage, since it may potentially cause stack overflow (e.g. #22602 (closed)).

Merge request reports