Skip to content
  • Ian Lynagh's avatar
    Don't define DYNAMIC when compiling the dyn way · 3fc453af
    Ian Lynagh authored
    We want to compile the sources only once, and to produce both vanilla
    and dyn object files. This means that the sources can't differ for the
    two ways.
    
    This needed a bit of a kludge to get keepCAFsForGHCi included only in
    the dynamic library.
    3fc453af