Skip to content
  • Simon Marlow's avatar
    [project @ 2001-07-25 10:10:25 by simonmar] · 7d34d68c
    Simon Marlow authored
    - Move FptoolsHcOpts out of the hslibs section of this file (which was
      *exactly* the wrong place for it).
    
    - Clarify the meaning of FptoolsHcOpts and GhcHcOpts.
    
    NOTE: $(FptoolsHcOpts) gets added to every Haskell compilation for
    Haskell *programs* (not libraries), including GHC itself.  By default,
    it contains only -O.  To remove the -O, you need to override
    FptoolsHcOpts in build.mk, not GhcHcOpts.
    
    GhcHcOpts is still there, and contains options to be added when
    compiling GHC only.
    7d34d68c