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
36bdd4d1
Commit
36bdd4d1
authored
Oct 01, 2001
by
rrt
Browse files
[project @ 2001-10-01 14:28:37 by rrt]
Implement -keep-il-file.
parent
c552bf11
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverState.hs
View file @
36bdd4d1
-----------------------------------------------------------------------------
-- $Id: DriverState.hs,v 1.5
8
2001/
09/26 15:12:34 simonpj
Exp $
-- $Id: DriverState.hs,v 1.5
9
2001/
10/01 14:28:37 rrt
Exp $
--
-- Settings for the driver
--
...
...
@@ -63,6 +63,7 @@ v_Hs_source_cpp_opts = global
-- Keep output from intermediate phases
GLOBAL_VAR
(
v_Keep_hi_diffs
,
False
,
Bool
)
GLOBAL_VAR
(
v_Keep_hc_files
,
False
,
Bool
)
GLOBAL_VAR
(
v_Keep_il_files
,
False
,
Bool
)
GLOBAL_VAR
(
v_Keep_s_files
,
False
,
Bool
)
GLOBAL_VAR
(
v_Keep_raw_s_files
,
False
,
Bool
)
GLOBAL_VAR
(
v_Keep_tmp_files
,
False
,
Bool
)
...
...
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