#4114: Add a flag to remove/delete intermediate files generated by GHC -------------------------------------+------------------------------------- Reporter: guest | Owner: kaiha Type: feature request | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 6.10.4 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #2258 | Differential Rev(s): Phab:D2021 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"24149528a0a2d17ff9b5b087e0a8249c8c9cef98/ghc" 24149528/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="24149528a0a2d17ff9b5b087e0a8249c8c9cef98" Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114) Summary: Remove `.hi` and `.o` files if the flags `no-keep-hi-files` and `no-keep-o-files` are given. Test Plan: ./validate Reviewers: austin, thomie, bgamari Reviewed By: thomie, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2021 GHC Trac Issues: #4114 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4114#comment:25> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler