#12870: Allow completely disabling +RTS options parsing -------------------------------------+------------------------------------- Reporter: nh2 | Owner: AndreasK 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): Phab:D3740 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"d75bba852db208b1d9fcb84dab01598a765d2534/ghc" d75bba8/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="d75bba852db208b1d9fcb84dab01598a765d2534" Add rtsopts ignore and ignoreAll. These ignore commandline arguments for ignore and commandline as well as GHCRTS arguments for ignoreAll. Passing RTS flags given on the command line along to the program by simply skipping processing of these flags by the RTS. This fixes #12870. Test Plan: ./validate Reviewers: austin, hvr, bgamari, erikd, simonmar Reviewed By: simonmar Subscribers: Phyx, rwbarton, thomie GHC Trac Issues: #12870 Differential Revision: https://phabricator.haskell.org/D3740 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12870#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler