[GHC] #12870: Allow completely disabling +RTS options parsing

GHC ghc-devs at haskell.org
Tue Nov 22 21:03:42 UTC 2016


#12870: Allow completely disabling +RTS options parsing
-------------------------------------+-------------------------------------
        Reporter:  nh2               |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by rwbarton):

 Agree that this would be useful, but as a workaround you can always use
 `--RTS` as the first argument to your program; it will be consumed by the
 RTS, and then disable all further command-line processing by the RTS.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12870#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list