Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

GHC options options

Alan Zimmerman edited this page Oct 10, 2015 · 1 revision

At the moment ghc-mod merges all the options from the various targets into one, which is then cached against each target.

Something to consider is that the ModSummary produced by GHC depanal contains the DynFlags used to load that module, which are then used when it is loaded.

So if depanal can be run, all that needs to be stored is the ModSummary info. Maybe.

Clone this wiki locally