Skip to content
  • Ian Lynagh's avatar
    Add a link-time flag to en/disable the RTS options · 929d1669
    Ian Lynagh authored
    If RTS options are disabled then:
    * The ghc_rts_opts C code variable is processed as normal
    * The GHCRTS environment variable is ignored and, if it is defined, a
      warning is emitted
    * The +RTS flag gives an error and terminates the program
    929d1669