Skip to content

hadrian: fix no_dynamic_libs flavour transformer

Cheng Shao requested to merge type-dance/ghc:fix-no-dynamic-libs into master

This patch fixes the no_dynamic_libs flavour transformer and make fully_static reuse it. Previously building with no_dynamic_libs fails since ghc program is still dynamic and transitively brings in dyn ways of rts which are produced by no rules.

Merge request reports