ghc-lib-9.10.1.20240511: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.Linker.Dynamic

Description

Dynamic linker

Synopsis

Documentation

Platform-specifics

libmLinkOpts :: Platform -> [Option] Source #

Some platforms require that we explicitly link against libm if any math-y things are used (which we assume to include all programs). See #14022.