Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
5442d97c
Commit
5442d97c
authored
Oct 01, 2001
by
rrt
Browse files
[project @ 2001-10-01 13:57:13 by rrt]
Add -keep-il-file.
parent
2d07102b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverFlags.hs
View file @
5442d97c
{-# OPTIONS -#include "hschooks.h" #-}
-----------------------------------------------------------------------------
-- $Id: DriverFlags.hs,v 1.7
2
2001/
09/25 18:08:47 ken
Exp $
-- $Id: DriverFlags.hs,v 1.7
3
2001/
10/01 13:57:13 rrt
Exp $
--
-- Driver flags
--
...
...
@@ -222,6 +222,7 @@ static_flags =
,
(
"keep-hc-file"
,
AnySuffix
(
\
_
->
writeIORef
v_Keep_hc_files
True
)
)
,
(
"keep-s-file"
,
AnySuffix
(
\
_
->
writeIORef
v_Keep_s_files
True
)
)
,
(
"keep-raw-s-file"
,
AnySuffix
(
\
_
->
writeIORef
v_Keep_raw_s_files
True
)
)
,
(
"keep-il-file"
,
AnySuffix
(
\
_
->
writeIORef
v_Keep_il_files
True
)
)
,
(
"keep-tmp-files"
,
AnySuffix
(
\
_
->
writeIORef
v_Keep_tmp_files
True
)
)
,
(
"split-objs"
,
NoArg
(
if
can_split
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment