Skip to content
  • sof's avatar
    [project @ 2002-02-14 17:17:08 by sof] · 18b9187c
    sof authored
    COMPILING_RTS wasn't being fed to the C compiler. It is arguably a
    bug/feature deficiency of GHC not to do the Right Thing for invocations
    such as these:
    
       ghc -c -DFOO foo.c
    
    i.e., pass -DFOO to the C compiler -- currently, you have to be explicit
    about this, -optc-DFOO
    18b9187c